Interface TestClassResultDescriptor

All Superinterfaces:
NameProvider
All Known Subinterfaces:
TestClassResult
All Known Implementing Classes:
TestClassResultImpl

public interface TestClassResultDescriptor extends NameProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
    @Nullable String
     
  • Method Details

    • getName

      @Nullable @Nullable String getName()
      Specified by:
      getName in interface NameProvider
      Returns:
      the name of TestClass
    • getShortName

      @Nullable @Nullable String getShortName()
      Returns:
      the short name of the TestClass (strips leading package names)