|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--de.oio.bugkilla.player.WebTestCase
The WebTestSuite implements the PlayerUser in order to set the Player to each TestCase.
Constructor Summary | |
WebTestCase(java.lang.String name)
sets the name of the TestCase |
Method Summary | |
java.lang.String |
getMyName()
returns the name of the TestStep for the JUnit-Test-Hierachy-Tree |
Player |
getMyPlayer()
Returns the Player. |
void |
setMyName(java.lang.String myName)
set the name of the TestStep for the JUnit-Test-Hierachy-Tree |
void |
setMyPlayer(Player myPlayer)
Sets the Player. |
java.lang.String |
toString()
returns the name of the TestStep for the JUnit-Test-Hierachy-Tree |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WebTestCase(java.lang.String name)
name
- name of the TestCaseMethod Detail |
public Player getMyPlayer()
getMyPlayer
in interface PlayerUser
public void setMyName(java.lang.String myName)
myName
- the player namepublic java.lang.String getMyName()
public void setMyPlayer(Player myPlayer)
setMyPlayer
in interface PlayerUser
myPlayer
- The Player to setpublic java.lang.String toString()
toString
in class junit.framework.TestCase
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |