Class TestTagCache

java.lang.Object
net.thucydides.model.domain.TestTagCache

public class TestTagCache extends Object
  • Constructor Details

    • TestTagCache

      public TestTagCache()
  • Method Details

    • hasMatchingTag

      public static Optional<Boolean> hasMatchingTag(TestOutcome outcome, TestTag tag)
    • storeMatchingTagResult

      public static void storeMatchingTagResult(TestOutcome outcome, TestTag tag, boolean matchFound)
    • clear

      public static void clear()