|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
org.apache.shale.blank.systest.WelcomeTestCase
public class WelcomeTestCase
System test case for the /welcome.jsp
page.
Field Summary |
---|
Fields inherited from class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase |
---|
page, url, webClient |
Constructor Summary | |
---|---|
WelcomeTestCase(String name)
Construct a new instance of this test case. |
Method Summary | |
---|---|
protected void |
setUp()
Set up the instance variables required for this test case. |
static junit.framework.Test |
suite()
Return the set of tests included in this test suite. |
protected void |
tearDown()
Tear down instance variables required by this test case. |
void |
testPristine()
|
Methods inherited from class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase |
---|
body, element, form, head, link, page, page, reset, submit, title, url |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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 WelcomeTestCase(String name)
Construct a new instance of this test case.
name
- Name of the new test caseMethod Detail |
---|
protected void setUp() throws Exception
Set up the instance variables required for this test case.
setUp
in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Exception
public static junit.framework.Test suite()
Return the set of tests included in this test suite.
protected void tearDown() throws Exception
Tear down instance variables required by this test case.
tearDown
in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Exception
public void testPristine() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |