| |
|
| wicket.examples.WicketWebTestCase wicket.examples.hangman.HangManTest
HangManTest | public class HangManTest extends WicketWebTestCase (Code) | | Testcase for the Game class.
author: Chris Turner version: 1.0 |
HangManTest | public HangManTest(String message)(Code) | | Create the test case.
Parameters: message - The test name |
suite | public static Test suite()(Code) | | Test |
testHangmanFailureWebGame | public void testHangmanFailureWebGame()(Code) | | Tests the webapplication for an unsuccessful match.
|
testHangmanLoseGame | public void testHangmanLoseGame() throws Exception(Code) | | Tests the hangman class directly for a lost game.
throws: Exception - |
testHangmanSuccessWebGame | public void testHangmanSuccessWebGame()(Code) | | Tests the webapplication for a successful match.
|
test_1 | public void test_1() throws Exception(Code) | | Tests the hangman class directly for a winning game.
throws: Exception - |
|
|
|