| org.acegisecurity.AppTest
AppTest | public class AppTest extends TestCase (Code) | | Unit test for simple App.
|
Method Summary | |
public static Test | suite() | public void | testApp() |
AppTest | public AppTest(String testName)(Code) | | Create the test case
Parameters: testName - name of the test case |
suite | public static Test suite()(Code) | | the suite of tests being tested |
testApp | public void testApp()(Code) | | Rigourous Test :-)
|
|
|