| Package | Description |
|---|---|
| io.split.engine.experiments |
| Modifier and Type | Method and Description |
|---|---|
static ParsedCondition |
ParsedCondition.createParsedConditionForTests(CombiningMatcher matcher,
List<Partition> partitions) |
| Modifier and Type | Method and Description |
|---|---|
List<ParsedCondition> |
ParsedSplit.parsedConditions() |
| Modifier and Type | Method and Description |
|---|---|
static ParsedSplit |
ParsedSplit.createParsedSplitForTests(String feature,
int seed,
boolean killed,
String defaultTreatment,
List<ParsedCondition> matcherAndSplits,
String trafficTypeName,
long changeNumber,
int algo) |
| Constructor and Description |
|---|
ParsedSplit(String feature,
int seed,
boolean killed,
String defaultTreatment,
List<ParsedCondition> matcherAndSplits,
String trafficTypeName,
long changeNumber,
int trafficAllocation,
int trafficAllocationSeed,
int algo) |
Copyright © 2018. All rights reserved.