Class NewlineOutletTest
- java.lang.Object
-
- org.apache.torque.generator.outlet.java.NewlineOutletTest
-
public class NewlineOutletTest extends Object
Component tests for the NewlineOutlet.
-
-
Constructor Summary
Constructors Constructor Description NewlineOutletTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCountFive()
void
testCountLessThanZero()
void
testCountZero()
void
testDefault()
void
testWindowsStyle()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testDefault
public void testDefault() throws GeneratorException
- Throws:
GeneratorException
-
testWindowsStyle
public void testWindowsStyle() throws GeneratorException
- Throws:
GeneratorException
-
testCountZero
public void testCountZero() throws GeneratorException
- Throws:
GeneratorException
-
testCountLessThanZero
public void testCountLessThanZero() throws GeneratorException
- Throws:
GeneratorException
-
testCountFive
public void testCountFive() throws GeneratorException
- Throws:
GeneratorException
-
-