net.walend.cricketcage
class TestCaseBuilder

java.lang.Object
  |
  +--net.walend.cricketcage.TestCaseBuilder

public class TestCaseBuilder
extends java.lang.Object

Builds the test case from the CodeAccumulator and the velocity template.

Author:
David Walend david@walend.net

Field Summary
private static String DEFAULTAUTHOR
           
private static String DEFAULTLICENSE
           
static TestCaseBuilder IT
           
 
Constructor Summary
private TestCaseBuilder()
           
 
Method Summary
 void buildTestCase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DEFAULTAUTHOR

private static final String DEFAULTAUTHOR

DEFAULTLICENSE

private static final String DEFAULTLICENSE

IT

public static final TestCaseBuilder IT
Constructor Detail

TestCaseBuilder

private TestCaseBuilder()
Method Detail

buildTestCase

public void buildTestCase()
                   throws java.lang.Exception


Copyright (c) 2000, 2001, 2002, David Walend