org.databene.benerator.test
Class GeneratorClassTest
java.lang.Object
org.databene.benerator.test.GeneratorTest
org.databene.benerator.test.GeneratorClassTest
public abstract class GeneratorClassTest
- extends GeneratorTest
Provides methods for testing generators and standard tests that act on generically created generator instances.
Created: 13.11.2007 13:13:07
- Author:
- Volker Bergmann
| Methods inherited from class org.databene.benerator.test.GeneratorTest |
assertAvailable, assertAvailable, assertUnavailable, checkEqualDistribution, checkEqualDistribution, checkEqualDistribution, checkEqualDistribution, checkEqualDistribution, checkProductSet, countProducts, expectGeneratedSequence, expectGeneratedSequenceOnce, expectGeneratedSet, expectGeneratedSet, expectGenerations, expectRange, expectRangeOnce, expectRelativeWeights, expectUniqueFromSet, expectUniqueGenerations, expectUniqueProducts, format, initialize, printProducts, setUp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generatorClass
protected java.lang.Class<? extends Generator> generatorClass
GeneratorClassTest
public GeneratorClassTest(java.lang.Class<? extends Generator> generatorClass)
testDefaultConstructor
public void testDefaultConstructor()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
testToString
public void testToString()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
testDefaultGenerationIfValid
public void testDefaultGenerationIfValid()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
assertCustomToStringMethod
protected void assertCustomToStringMethod(Generator<?> generator)
Copyright © 2011. All Rights Reserved.