java.lang.Object
net.thucydides.model.domain.TestClassHierarchy
Test paths need to use displayed names when used rather than package names.
This class keeps track of the relationships between test classes and display names,
so they can be retrieved later when determining the test path for a given test.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayNameFor(String path) static TestClassHierarchyvoidtestSuiteStarted(String className, String uniqueIdentifier, String displayName, String parentUniqueIdentifier) Keep track of relationships between test classes and display names such as in JUnit 5 tests
-
Constructor Details
-
TestClassHierarchy
public TestClassHierarchy()
-
-
Method Details