Class NamedAttributeContextManager<T extends NamedAttribute>

    • Constructor Detail

      • NamedAttributeContextManager

        public NamedAttributeContextManager()
    • Method Detail

      • addContext

        public void addContext​(T attr,
                               Test test)
      • addContext

        public void addContext​(T attr,
                               List<Test> testList)
      • removeTest

        public void removeTest​(Test test)
        Remove a test from the context. This will also removed the context if there are no tests present after test removal
        Parameters:
        test - Test
      • hasItems

        public boolean hasItems()
      • resetAll

        public void resetAll()