|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
ctf.evaluation.TestCase
ctf.evaluation.STEALTest
public class STEALTest
Constructor Summary | |
---|---|
STEALTest()
|
Method Summary | |
---|---|
void |
testFloatInt()
Make sure that floating-point numbers are not accepted by parseInt() |
void |
testIntFloat()
Make sure that int-only numbers are not accepted by parseFloat() |
void |
testLargeFloat()
Make sure that large float values are accepted |
void |
testLargeInt()
Make sure that large integer values are accepted |
void |
testNegativeFloat()
Make sure that negative integers are accepted by parseFloat() |
void |
testNegativeInt()
Make sure that negative integers are not accepted by parseInt() |
void |
testNormalFloat()
Make sure that regular floating-point values are accepted |
void |
testNormalInt()
Make sure that regular integer values are accepted |
Methods inherited from class ctf.evaluation.TestCase |
---|
assertClose, assertClose, assertClose, assertClose, assertClose, assertClose, assertClose, assertCloseAbsolute, setUp, sleep, tearDown |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public STEALTest()
Method Detail |
---|
public void testNormalInt() throws ProtocolError
ProtocolError
public void testLargeInt() throws ProtocolError
ProtocolError
public void testNegativeInt() throws ProtocolError
ProtocolError
public void testFloatInt() throws ProtocolError
ProtocolError
public void testNormalFloat() throws ProtocolError
ProtocolError
public void testLargeFloat() throws ProtocolError
ProtocolError
public void testNegativeFloat() throws ProtocolError
ProtocolError
public void testIntFloat() throws ProtocolError
ProtocolError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |