Method | Description | |
---|---|---|
GeneratePatterns ( JContainer root, int desiredCount, bool skipValues = true ) : PatternCollection |
Generates a collection of patterns for the specified JContainer.
|
|
PatternCollectionGenerator ( |
Initializes a new instance of PatternCollectionGenerator, using DeterministicRandom to get deterministic output.
|
Method | Description | |
---|---|---|
AddWildcards ( string path ) : string | This method relies on a feature of JContainerGenerator that the keys of properties are only non-negative numbers, chosen sequentially from 0 and not exceeding 9. |
public GeneratePatterns ( JContainer root, int desiredCount, bool skipValues = true ) : PatternCollection | ||
root | JContainer | |
desiredCount | int | |
skipValues | bool | |
return | PatternCollection |
public PatternCollectionGenerator ( |
||
random | ||
return | System |