test.filecontroller
Class FileControllerTests

java.lang.Object
  extended by test.filecontroller.FileControllerTests

public class FileControllerTests
extends java.lang.Object

Runs all unit tests in the fileController package. The coverage will be about 90%. Note that we use specific ini-files in these tests, which can be found from test.filecontroller package.

Version:
1
Author:
Potkuri-group

Constructor Summary
FileControllerTests()
           
 
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

FileControllerTests

public FileControllerTests()
Method Detail

suite

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

Returns:
Test