Interface TestClassResultDescriptor
-
- All Superinterfaces:
NameProvider
- All Known Subinterfaces:
TestClassResult
- All Known Implementing Classes:
TestClassResultImpl
public interface TestClassResultDescriptor extends NameProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getName()
@Nullable String
getShortName()
-
-
-
Method Detail
-
getName
@Nullable @Nullable String getName()
- Specified by:
getName
in interfaceNameProvider
- Returns:
- the name of TestClass
-
getShortName
@Nullable @Nullable String getShortName()
- Returns:
- the short name of the TestClass (strips leading package names)
-
-