|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--ca.cbc.sportwire.servlet.data.TestTemplateLineup
File TestTemplateLineup.java
is automaticaly generated by
'unittestsgen' application. Code generator is created for java
sources and for 'junit' package by "Artur Hefczyc"
You should fulfil test methods with proper code for testing
purpose. All methods where you should put your code are below and
their names starts with 'test'.
You can run unit tests in many ways, however prefered are:
java -cp "jar/thisjarfile.jar;lib/junit.jar" ca.cbc.sportwire.servlet.data.TestTemplateLineup
TestAll.class
which runs all
available tests:
java -cp "jar/thisjarfile.jar;lib/junit.jar" TestAll
Field Summary | |
protected TemplateLineup |
varTemplateLineup
Instance of tested class. |
Fields inherited from class junit.framework.TestCase |
fName |
Constructor Summary | |
TestTemplateLineup(java.lang.String name)
Public constructor for creating testing class. |
Method Summary | |
static void |
main(java.lang.String[] args)
This main method is used for run tests for this class only from command line. |
protected void |
setUp()
This method is called every time before particular test execution. |
static junit.framework.Test |
suite()
Returns all tests which should be performed for testing class. |
void |
testClass$1195259493()
Method for testing how works original method: java.lang.Class class$(java.lang.String) from tested class |
void |
testGetInstance1269368191195259493()
Method for testing how works original method: ca.cbc.sportwire.servlet.data.Lineup getInstance(java.util.Properties, java.lang.String) from tested class |
void |
testGetLineup()
Method for testing how works original method: java.lang.Object getLineup() from tested class |
void |
testSetLineup()
Method for testing how works original method: void setLineup() from tested class |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected TemplateLineup varTemplateLineup
Constructor Detail |
public TestTemplateLineup(java.lang.String name)
Method Detail |
public static void main(java.lang.String[] args)
protected void setUp()
setUp
in class junit.framework.TestCase
public static junit.framework.Test suite()
public void testClass$1195259493()
public void testGetInstance1269368191195259493()
public void testSetLineup()
public void testGetLineup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Javadocs generated Tue Apr 23 01:08:36 EDT 2002 by garym@maya.dyndns.org
Copyright © 2002 Canadian Broadcasting Corp