edu.sdsc.inca.protocol
Class VerifyProtocolVersionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.sdsc.inca.protocol.VerifyProtocolVersionTest
All Implemented Interfaces:
junit.framework.Test

public class VerifyProtocolVersionTest
extends junit.framework.TestCase

Test basic functionality of VerifyProtocolVersion


Field Summary
static java.lang.String CRLF
           
 
Constructor Summary
VerifyProtocolVersionTest()
           
 
Method Summary
 void testMatch()
          test finding matching versions.
 void testMismatch()
          test finding mismatched versions.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 

Field Detail

CRLF

public static final java.lang.String CRLF
See Also:
Constant Field Values
Constructor Detail

VerifyProtocolVersionTest

public VerifyProtocolVersionTest()
Method Detail

testMatch

public void testMatch()
               throws java.lang.Exception
test finding matching versions.

Throws:
java.lang.Exception

testMismatch

public void testMismatch()
                  throws java.lang.Exception
test finding mismatched versions.

Throws:
java.lang.Exception