Class TestCollection
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.model.testing.TestCollection
-
- All Implemented Interfaces:
SettingsOwner
public class TestCollection extends Object implements SettingsOwner
-
-
Constructor Summary
Constructors Constructor Description TestCollection(@Nullable ObservableRuleBuilder owner, List<LiveTestCase> tests)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(TestCollection testCases)voidaddTestCase(LiveTestCase testCase)Mark the given [testCase] as the only unfrozen one and appends it to thestash.@Nullable LiveTestCaseexport(int i)Opens a test case for write access.@Nullable LiveTestCasegetOpenTest()@Nullable FilegetOrigin()ObservableRuleBuildergetOwner()org.reactfx.collection.LiveList<LiveTestCase>getStash()voidinitOwner()org.reactfx.EventStream<?>modificationTicks()voidrebase(TestCollection testCases)voidsetOrigin(File origin)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.util.fxdesigner.util.beans.SettingsOwner
getChildrenSettingsNodes
-
-
-
-
Constructor Detail
-
TestCollection
public TestCollection(@Nullable ObservableRuleBuilder owner, List<LiveTestCase> tests)
-
-
Method Detail
-
rebase
public void rebase(TestCollection testCases)
-
addAll
public void addAll(TestCollection testCases)
-
initOwner
public void initOwner()
-
getStash
public org.reactfx.collection.LiveList<LiveTestCase> getStash()
-
addTestCase
public void addTestCase(LiveTestCase testCase)
Mark the given [testCase] as the only unfrozen one and appends it to thestash.
-
getOrigin
public @Nullable File getOrigin()
-
setOrigin
public void setOrigin(File origin)
-
getOpenTest
public @Nullable LiveTestCase getOpenTest()
-
export
public @Nullable LiveTestCase export(int i)
Opens a test case for write access.
-
modificationTicks
public org.reactfx.EventStream<?> modificationTicks()
-
getOwner
public ObservableRuleBuilder getOwner()
-
-