org.jboss.security.test
Class SRPProtocolTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jboss.security.test.SRPProtocolTestCase
All Implemented Interfaces:
junit.framework.Test

public class SRPProtocolTestCase
extends junit.framework.TestCase

Test of the SRP protocol msg exchange sequence.

Version:
$Revision: 57210 $
Author:
Scott.Stark@jboss.org

Constructor Summary
SRPProtocolTestCase(String name)
           
SRPProtocolTestCase(String name, String username, char[] password)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
 void testProtocol()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SRPProtocolTestCase

public SRPProtocolTestCase(String name)

SRPProtocolTestCase

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

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testProtocol

public void testProtocol()
                  throws Exception
Throws:
Exception

main

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.