taxisrus.tests
Class _TemplateUnitTest

taxisrus.tests._TemplateUnitTest

public class _TemplateUnitTest

Template for creating new JUnit testcases. Replace all instances of UnitTestTemplate with the desired test name. All methods beginning with the the lowercase word "test" will be invoked (via Java's reflection).


Constructor Summary
_TemplateUnitTest(String s)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testSample()
           
 void testSampleException()
           
 

Constructor Detail

_TemplateUnitTest

public _TemplateUnitTest(String s)
Method Detail

suite

public static junit.framework.Test suite()

testSample

public void testSample()

testSampleException

public void testSampleException()


API documentation for build 958