JET

edu.utep.cs.jet.rat.val
Class AllTestSuite

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.utep.cs.jet.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

Constructor Summary
AllTestSuite(String name)
          Creates a new instance.
 
Method Summary
static void main(String[] args)
          Runs the tests.
static junit.framework.Test suite()
          Returns the test suite for this test class.
 void testArrayValue()
           
 void testBooleanValue()
           
 void testByteValue()
           
 void testCharValue()
           
 void testConstructorCall()
           
 void testDoubleValue()
           
 void testFloatValue()
           
 void testIntValue()
           
 void testIsEquivalentTo1()
           
 void testIsEquivalentTo2()
           
 void testIsEquivalentTo3()
           
 void testIsEquivalentTo4()
           
 void testIsEquivalentTo5()
           
 void testIsEquivalentTo6()
           
 void testLongValue()
           
 void testMethodCall()
           
 void testNullValue()
           
 void testShortValue()
           
 void testSimpleValueFactory()
           
 void testStringValue()
           
 
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

AllTestSuite

public AllTestSuite(String name)
Creates a new instance.

Method Detail

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

JET is Copyright (C) 2005-2008 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.