public interface TestNameSniffer
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestNameSniffer.Null
Implementation returning null as the test name
|
static class |
TestNameSniffer.Simple
Simple value holder.
|
| Modifier and Type | Field and Description |
|---|---|
static TestNameSniffer |
NULL_INSTANCE
A flyweight pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearTestName() |
String |
getTestName() |
void |
setTestName(String testName) |
static final TestNameSniffer NULL_INSTANCE
Copyright © 2023 OpenClover.org. All rights reserved.