test
Class AllTests

java.lang.Object
  extended by test.AllTests

public class AllTests
extends java.lang.Object

This test suite runs most Unit tests of this program, except those that class AllTests2 runs. Tests are divided into two parts because otherwise the Java Heap -space runs out of memory with normal heap size. Integration tests are included in AllTest2.java. Coverage is about 92% in the end of project. This value is measured by EclEmma, Java Code Coverage for Eclipse. (Check out http://www.eclemma.org)

Version:
1
Author:
Potkuri-group

Constructor Summary
AllTests()
           
 
Method Summary
static junit.framework.Test suite()
          Runs tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

suite

public static junit.framework.Test suite()
Runs tests.

Returns:
Test