Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

marauroa
Class RunTests  view RunTests download RunTests.java

java.lang.Object
  extended bymarauroa.RunTests

public class RunTests
extends java.lang.Object

TestSuite that runs all the sample tests


Nested Class Summary
private static class RunTests.Killer
           
 
Constructor Summary
RunTests()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private static junit.framework.TestResult runTest(junit.framework.Test e, java.lang.String timestamp)
           
static junit.framework.Test suite()
           
static junit.framework.Test suiteActive()
           
static junit.framework.Test suiteBase()
           
static junit.framework.Test suiteGame()
           
static junit.framework.Test suiteNet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunTests

public RunTests()
Method Detail

main

public static void main(java.lang.String[] args)

runTest

private static junit.framework.TestResult runTest(junit.framework.Test e,
                                                  java.lang.String timestamp)
                                           throws java.io.FileNotFoundException

suite

public static junit.framework.Test suite()

suiteBase

public static junit.framework.Test suiteBase()

suiteNet

public static junit.framework.Test suiteNet()

suiteGame

public static junit.framework.Test suiteGame()

suiteActive

public static junit.framework.Test suiteActive()