JET

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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.utep.cs.et.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
private static class AllTestSuite.TestingContext
           
 
Field Summary
private static Context ctx
           
 
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()
           
 void test2()
           
 
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
 

Field Detail

ctx

private static Context ctx
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()

test2

public void test2()

JET

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.