net.firstpartners.nounit.test
Class AllTests

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.firstpartners.nounit.test.AllTests
All Implemented Interfaces:
junit.framework.Test

public class AllTests
extends junit.framework.TestCase

Junit TestSuite that runs all the sample tests in the NoUnit Project


Constructor Summary
AllTests()
          Initialises the Class
AllTests(java.lang.String name)
          Constructor Required by Junit
 
Method Summary
static void main(java.lang.String[] args)
          Enable the Tests to be run from the command line
static junit.framework.Test suite()
          Test suite contains all tests to be run
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Initialises the Class

AllTests

public AllTests(java.lang.String name)
Constructor Required by Junit
Parameters:
name -  
Method Detail

main

public static void main(java.lang.String[] args)
Enable the Tests to be run from the command line
Parameters:
args -  

suite

public static junit.framework.Test suite()
Test suite contains all tests to be run
Returns:
suite containing all JUnit tests to be run for this project