org.jboss.test
Class SRPProtocolTestCase

java.lang.Object
  extended byjunit.framework.TestCase
      extended byorg.jboss.test.SRPProtocolTestCase

public class SRPProtocolTestCase
extends junit.framework.TestCase

Test of the SRP protocol msg exchange sequence.

See Also:
Serialized Form

Constructor Summary
SRPProtocolTestCase(java.lang.String name)
           
SRPProtocolTestCase(java.lang.String name, java.lang.String username, char[] password)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testProtocol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRPProtocolTestCase

public SRPProtocolTestCase(java.lang.String name)

SRPProtocolTestCase

public SRPProtocolTestCase(java.lang.String name,
                           java.lang.String username,
                           char[] password)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testProtocol

public void testProtocol()
                  throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments