public class TestValueFactory extends Object
| Constructor and Description |
|---|
TestValueFactory() |
TestValueFactory(LongSupplier testValueGenerator) |
TestValueFactory(String seedPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createValue(Type type)
Create a test value for the given type.
|
protected long |
getNextTestValue()
Get the next test value.
|
public TestValueFactory()
public TestValueFactory(String seedPropertyName)
public TestValueFactory(LongSupplier testValueGenerator)
Copyright © 2013–2020 mklinger GmbH. All rights reserved.