|
|||||||||
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 | +--de.kosi.model.gametest.BiddingTest
This class is implemented for testing purposes only.
ChangeLog:
$Log: BiddingTest.java,v $ Revision 1.1.1.1 2001/04/29 18:05:18 jiriki Imported sources from zola. Revision 1.2 2001/04/20 13:08:10 login updated documentation Revision 1.1 2001/04/20 12:57:56 login added testcase for the Bidding class
Constructor Summary | |
BiddingTest(java.lang.String name)
Create a new bidding test. |
Method Summary | |
void |
setUp()
Set up the test. |
void |
testAddBid()
Test the addBid method. |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, name, run, run, runBare, runTest, 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, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BiddingTest(java.lang.String name)
name
- Name of the test.Method Detail |
public void testAddBid() throws java.lang.Exception
java.lang.Exception
- If the test fails.public void setUp()
setUp
in class junit.framework.TestCase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |