org.dllearner.test.junit
Class ComponentTests

java.lang.Object
  extended by org.dllearner.test.junit.ComponentTests

public class ComponentTests
extends Object

A suite of JUnit tests related to the DL-Learner component architecture.

Author:
Jens Lehmann

Constructor Summary
ComponentTests()
           
 
Method Summary
 void nameTest()
          Checks whether all components implement the getName() method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTests

public ComponentTests()
Method Detail

nameTest

public void nameTest()
Checks whether all components implement the getName() method. While it cannot be enforced to implement a static method, it should be done (e.g. to be used as label for the component in GUIs).



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann