|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.authagent.unittest.AuthAPIUnitTest
public class AuthAPIUnitTest
AuthAPIUnitTest implementation. Provides unit test framework for Java Auth SDK. This class creates a test suite and runs all the tests added to the suite upon execution. As and when new unit tests are written, those tests should be added to this suite. For e.g. suite.addTest(new AuthSessionFactoryTest("testGetInstance"));
| Constructor Summary | |
|---|---|
AuthAPIUnitTest()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Runs the test suite using the textual runner. |
static junit.framework.Test |
suite()
Created a new test suite and adds all the tests to it. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthAPIUnitTest()
| Method Detail |
|---|
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||