Authentication
API v8.1 SP2

com.rsa.authagent.unittest
Class AuthAPIUnitTest

java.lang.Object
  extended by com.rsa.authagent.unittest.AuthAPIUnitTest

public class AuthAPIUnitTest
extends java.lang.Object

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

AuthAPIUnitTest

public AuthAPIUnitTest()
Method Detail

suite

public static junit.framework.Test suite()
Created a new test suite and adds all the tests to it.


main

public static void main(java.lang.String[] args)
Runs the test suite using the textual runner.


Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.