com.generationjava.test
Interface Scaffold


public interface Scaffold

A test Scaffold. Contains the test logic.


Method Summary
 void init(java.lang.String[] args)
          Setup the test.
 void test()
          Do a test.
 

Method Detail

test

public void test()
          throws TestException
Do a test. If something goes wrong, it may throw a TestException.

TestException

init

public void init(java.lang.String[] args)
Setup the test.



Copyright © 2000-2003 GenerationJava. All Rights Reserved.