public class CurrencyGenerator
| Modifier and Type | Class and Description |
|---|---|
static class |
CurrencyGenerator.Companion |
| Modifier and Type | Field and Description |
|---|---|
static CurrencyGenerator.Companion |
Companion |
| Constructor and Description |
|---|
CurrencyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Currency |
generate(com.pholser.junit.quickcheck.random.SourceOfRandomness random,
com.pholser.junit.quickcheck.generator.GenerationStatus status) |
public static CurrencyGenerator.Companion Companion