public class TestTagCache extends Object
| Constructor and Description |
|---|
TestTagCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static Optional<Boolean> |
hasMatchingTag(TestOutcome outcome,
TestTag tag) |
static void |
storeMatchingTagResult(TestOutcome outcome,
TestTag tag,
boolean matchFound) |
public static Optional<Boolean> hasMatchingTag(TestOutcome outcome, TestTag tag)
public static void storeMatchingTagResult(TestOutcome outcome, TestTag tag, boolean matchFound)
public static void clear()
Copyright © 2023. All rights reserved.