public class TestTransformedGenerator extends Object
| Constructor and Description |
|---|
TestTransformedGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testConstructorProhibitsNullUnaryFunction() |
void |
testConstructorProhibitsNullWrappedGenerator() |
void |
testConstructorProhibitsNullWrappedGeneratorOrNullUnaryFunction() |
void |
testEquals() |
void |
testGenerate() |
void |
testHashcode() |
public TestTransformedGenerator()
public void tearDown()
public void testConstructorProhibitsNullWrappedGenerator()
public void testConstructorProhibitsNullUnaryFunction()
public void testConstructorProhibitsNullWrappedGeneratorOrNullUnaryFunction()
public void testEquals()
public void testHashcode()
public void testGenerate()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.