|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jmlspecs.models.resolve.NaturalNumber_JML_TestData
org.jmlspecs.models.resolve.NaturalNumber_JML_Test
Automatically-generated test driver for JML and JUnit based testing of NaturalNumber. The superclass of this class should be edited to supply test data. However it's best not to edit this class directly; instead use the command
jmlunit NaturalNumber.javato regenerate this class whenever NaturalNumber.java changes.
| Nested Class Summary | |
protected static class |
NaturalNumber_JML_Test.OneTest
A JUnit test object that can run a single test method. |
protected static class |
NaturalNumber_JML_Test.TestAdd
Test for the add method. |
protected static class |
NaturalNumber_JML_Test.TestBigIntegerValue
Test for the bigIntegerValue method. |
protected static class |
NaturalNumber_JML_Test.TestByteValue
Test for the byteValue method. |
protected static class |
NaturalNumber_JML_Test.TestClone
Test for the clone method. |
protected static class |
NaturalNumber_JML_Test.TestCompareTo
Test for the compareTo method. |
protected static class |
NaturalNumber_JML_Test.TestDivide
Test for the divide method. |
protected static class |
NaturalNumber_JML_Test.TestDivides
Test for the divides method. |
protected static class |
NaturalNumber_JML_Test.TestDoubleValue
Test for the doubleValue method. |
protected static class |
NaturalNumber_JML_Test.TestEquals
Test for the equals method. |
protected static class |
NaturalNumber_JML_Test.TestFloatValue
Test for the floatValue method. |
protected static class |
NaturalNumber_JML_Test.TestGcd
Test for the gcd method. |
protected static class |
NaturalNumber_JML_Test.TestHashCode
Test for the hashCode method. |
protected static class |
NaturalNumber_JML_Test.TestIntValue
Test for the intValue method. |
protected static class |
NaturalNumber_JML_Test.TestIsZero
Test for the isZero method. |
protected static class |
NaturalNumber_JML_Test.TestLongValue
Test for the longValue method. |
protected static class |
NaturalNumber_JML_Test.TestMax
Test for the max method. |
protected static class |
NaturalNumber_JML_Test.TestMin
Test for the min method. |
protected static class |
NaturalNumber_JML_Test.TestMod
Test for the mod method. |
protected static class |
NaturalNumber_JML_Test.TestMultiply
Test for the multiply method. |
protected static class |
NaturalNumber_JML_Test.TestNaturalNumber
Test for the NaturalNumber contructor. |
protected static class |
NaturalNumber_JML_Test.TestPow
Test for the pow method. |
protected static class |
NaturalNumber_JML_Test.TestRemainder
Test for the remainder method. |
protected static class |
NaturalNumber_JML_Test.TestShiftLeft
Test for the shiftLeft method. |
protected static class |
NaturalNumber_JML_Test.TestShiftRight
Test for the shiftRight method. |
protected static class |
NaturalNumber_JML_Test.TestShortValue
Test for the shortValue method. |
protected static class |
NaturalNumber_JML_Test.TestSuc
Test for the suc method. |
protected static class |
NaturalNumber_JML_Test.TestToString
Test for the toString method. |
protected static class |
NaturalNumber_JML_Test.TestValueOf
Test for the valueOf method. |
| Field Summary |
| Fields inherited from class org.jmlspecs.models.resolve.NaturalNumber_JML_TestData |
|
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
NaturalNumber_JML_Test(String name)
Initialize this class. |
|
| Method Summary | |
void |
addTestSuiteForEachMethod(junit.framework.TestSuite overallTestSuite$)
Create the tests that are to be run for testing the class NaturalNumber. |
static String |
charToString(char c)
Converts a char to a printable String for display |
private void |
check_has_data(IndefiniteIterator iter,
String call)
Check that the iterator is non-null and not empty. |
static void |
main(String[] args)
Run the tests. |
static junit.framework.Test |
suite()
Return the test suite for this test class. |
| Methods inherited from class org.jmlspecs.models.resolve.NaturalNumber_JML_TestData |
emptyTestSuiteFor, overallTestSuite, vintIter, vjava_lang_ObjectIter, vjava_math_BigIntegerIter, vlongIter, vorg_jmlspecs_models_resolve_NaturalNumberIter |
| 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 NaturalNumber_JML_Test(String name)
| Method Detail |
public static void main(String[] args)
public static junit.framework.Test suite()
public void addTestSuiteForEachMethod(junit.framework.TestSuite overallTestSuite$)
overallTestSuite$ - The suite accumulating all of the tests
for this driver class.
private void check_has_data(IndefiniteIterator iter,
String call)
public static String charToString(char c)
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||