de.uds.cs.st.dd.core.tester
Class NullTester

java.lang.Object
  |
  +--de.uds.cs.st.dd.core.tester.NullTester
All Implemented Interfaces:
Tester

public class NullTester
extends Object
implements Tester

A dummy tester that always returns PASS.

Author:
Philipp Bouillon

Constructor Summary
NullTester()
          Creates a new NullTester object.
 
Method Summary
 int test(TConfiguration c)
          Performs a test given the specified configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTester

public NullTester()
Creates a new NullTester object.

Method Detail

test

public int test(TConfiguration c)
Description copied from interface: Tester
Performs a test given the specified configuration. * * @param c configuration to test. * @return int test outcome.

Specified by:
test in interface Tester
Parameters:
c - not used. * @return int DD.PASS -- always.