|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
jigcell.compare.tests.SystemTests
public class SystemTests
A collection of tests to exercise the standard cellcycle components.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Field Summary | |
|---|---|
protected java.lang.String |
currentProperty
Current property change to monitor for |
protected boolean |
propertyHit
Whether the currently monitored property change has been detected |
| Constructor Summary | |
|---|---|
SystemTests(java.lang.String name)
Creates a new system test. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Starts a new test suite run. |
void |
propertyChange(java.beans.PropertyChangeEvent e)
|
protected void |
setCurrentProperty(java.lang.String currentProperty)
Sets the currently monitored property. |
static junit.framework.Test |
suite()
All of the tests in this test. |
void |
testFindCompare()
Test for finding a Comparator instance. |
void |
testFindTab()
Test for finding a tab instance by class. |
void |
testFindTab2()
Test for finding a tab instance by name. |
void |
testLoad()
Test for loading experimental data. |
void |
testRunFrogEgg()
Test for executing the frog egg model. |
protected void |
waitForLoad(Compare compare,
java.lang.String property,
IDataEditorTab tab,
IReadableDataSource source)
Waits for a data source to load in a tab. |
protected void |
waitForProperty()
Waits until the current property detects a hit. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected volatile boolean propertyHit
protected java.lang.String currentProperty
| Constructor Detail |
|---|
public SystemTests(java.lang.String name)
name - Test name| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Program argumentspublic static junit.framework.Test suite()
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerpublic void testFindCompare()
public void testFindTab()
public void testFindTab2()
public void testLoad()
public void testRunFrogEgg()
protected void setCurrentProperty(java.lang.String currentProperty)
currentProperty - Property to monitor
protected void waitForLoad(Compare compare,
java.lang.String property,
IDataEditorTab tab,
IReadableDataSource source)
compare - Comparatorproperty - Property fired on loadtab - Tabsource - Data sourceprotected void waitForProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||