|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase edu.sdsc.inca.protocol.ProtocolReaderTest
public class ProtocolReaderTest
Tests basic functionality of the Protocol Reader.
Constructor Summary | |
---|---|
ProtocolReaderTest()
|
Method Summary | |
---|---|
void |
testPeek()
This tests the ability to peek at the next command. |
void |
testRead()
This tests the ability to read a simple command. |
void |
testReadWithCr()
This tests reading a Statement that contains a carriage return. |
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 |
Constructor Detail |
---|
public ProtocolReaderTest()
Method Detail |
---|
public void testPeek() throws java.io.IOException, ProtocolException
java.io.IOException
ProtocolException
public void testRead() throws java.io.IOException, ProtocolException
java.io.IOException
ProtocolException
public void testReadWithCr() throws java.io.IOException, ProtocolException
java.io.IOException
ProtocolException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |