|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openbandy.test.Test
public abstract class Test
This class represents a generic unit test. It provides the basic methods that
are used by the Test GUI to start and stop the tests.
(c) Copyright P. Bolliger 2007, ALL RIGHTS RESERVED.
Constructor Summary | |
---|---|
Test(java.lang.String name)
Create a new test |
Method Summary | |
---|---|
java.lang.String |
getName()
|
void |
setTestsScreen(Tests tests)
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Constructor Detail |
---|
public Test(java.lang.String name)
name
- The name of the test as it will appear in the GUIMethod Detail |
---|
public void setTestsScreen(Tests tests)
public java.lang.String getName()
public void start()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |