org.apache.commons.functor.generator
Class TestBaseGenerator

java.lang.Object
  extended by org.apache.commons.functor.generator.TestBaseGenerator

public class TestBaseGenerator
extends Object

Tests the Base Generator class.

Author:
Jason Horman (jason@jhorman.org)

Constructor Summary
TestBaseGenerator()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testSimpleGenerator()
           
 void testStop()
           
 void testTo()
           
 void testWrappingGenerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBaseGenerator

public TestBaseGenerator()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testSimpleGenerator

public void testSimpleGenerator()

testStop

public void testStop()

testWrappingGenerator

public void testWrappingGenerator()

testTo

public void testTo()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.