Class TestCollection

    • Method Detail

      • 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 the stash.
      • getOrigin

        public @Nullable File getOrigin()
      • setOrigin

        public void setOrigin​(File origin)
      • export

        public @Nullable LiveTestCase export​(int i)
        Opens a test case for write access.
      • modificationTicks

        public org.reactfx.EventStream<?> modificationTicks()