JET

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

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

Nested Class Summary
static class AllTestSuite.MutatorWithAnotherClass
          Class that has a mutator with an arugment of another class.
 
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 test1()
          Tests the SimpleValueGenerator class.
 void test2()
          Tests the IncrementalValueGenerator class.
 void test3()
          Tests object generations for a class that has a mutator with an argument of another class.
 
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.


test1

public void test1()
Tests the SimpleValueGenerator class.


test2

public void test2()
Tests the IncrementalValueGenerator class.


test3

public void test3()
Tests object generations for a class that has a mutator with an argument of another class.


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.