|
||||||||||
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 | +--de.oio.bugkilla.player.JTestStep
use the Player via PlayerUser to get a ResponseBean for the specified Request and
check if response-page has the same title like the stored response-page
PlayerUser
,
Player
Constructor Summary | |
JTestStep(java.lang.String name)
set the name of the WebTestCase (testCase) |
Method Summary | |
HttpRequest |
getHttpRequest()
get the specified HttpRequest |
HttpResponse |
getHttpRespone()
get the specified HttpResponse |
void |
setHttpRequest(HttpRequest req)
set the specified HttpRequest |
void |
setHttpResponse(HttpResponse res)
set the specified HttpResponse |
protected void |
setUp()
overwrite setUp at WebTestCase |
void |
testCase()
run the TestCase |
Methods inherited from class de.oio.bugkilla.player.WebTestCase |
getMyName, getMyPlayer, setMyName, setMyPlayer, toString |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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 JTestStep(java.lang.String name)
name
- name of the WebTestCase (testCase)Method Detail |
public void setHttpRequest(HttpRequest req)
req
- HttpRequestpublic HttpRequest getHttpRequest()
public void setHttpResponse(HttpResponse res)
res
- HttpResponsepublic HttpResponse getHttpRespone()
protected void setUp()
setUp
in class junit.framework.TestCase
public void testCase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |