public class TestClassHierarchy extends Object
| Constructor and Description |
|---|
TestClassHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
displayNameFor(String path) |
static TestClassHierarchy |
getInstance() |
void |
testSuiteStarted(String className,
String uniqueIdentifier,
String displayName,
String parentUniqueIdentifier)
Keep track of relationships between test classes and display names such as in JUnit 5 tests
|
public static TestClassHierarchy getInstance()
public void testSuiteStarted(String className, String uniqueIdentifier, String displayName, String parentUniqueIdentifier)
Copyright © 2023. All rights reserved.