edu.utep.cs.et.rat.val
Class AllTestSuite
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
edu.utep.cs.et.rat.val.AllTestSuite
- All Implemented Interfaces:
- junit.framework.Test
public class AllTestSuite
- extends junit.framework.TestCase
A JUnit test class to test all classes.
- Author:
- Yoonsik Cheon
| 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 |
AllTestSuite
public AllTestSuite(String name)
- Creates a new instance.
suite
public static junit.framework.Test suite()
- Returns the test suite for this test class.
main
public static void main(String[] args)
- Runs the tests.
testBooleanValue
public void testBooleanValue()
testByteValue
public void testByteValue()
testCharValue
public void testCharValue()
testShortValue
public void testShortValue()
testIntValue
public void testIntValue()
testLongValue
public void testLongValue()
testFloatValue
public void testFloatValue()
testDoubleValue
public void testDoubleValue()
testNullValue
public void testNullValue()
testStringValue
public void testStringValue()
testArrayValue
public void testArrayValue()
testMethodCall
public void testMethodCall()
testConstructorCall
public void testConstructorCall()
testSimpleValueFactory
public void testSimpleValueFactory()
testIsEquivalentTo1
public void testIsEquivalentTo1()
testIsEquivalentTo2
public void testIsEquivalentTo2()
testIsEquivalentTo3
public void testIsEquivalentTo3()
testIsEquivalentTo4
public void testIsEquivalentTo4()
testIsEquivalentTo5
public void testIsEquivalentTo5()
testIsEquivalentTo6
public void testIsEquivalentTo6()
JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.