org.jboss.test
Class TestProtocol

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.test.TestProtocol
All Implemented Interfaces:
junit.framework.Test

public class TestProtocol
extends junit.framework.TestCase

Test of the SRP protocol msg exchange sequence.

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

Constructor Summary
TestProtocol(String name)
           
 
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

TestProtocol

public TestProtocol(String name)
Method Detail

setUp

protected void setUp()
              throws Exception
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.