Interface ITestable
-
- All Known Subinterfaces:
ITest
,ITestIterator
,ITestParallelizer
,ITestSequence
- All Known Implementing Classes:
AbstractTest
,AbstractTestable
,StandardTest
,Test
,TestIterator
,TestParallelizer
,TestSequence
public interface ITestable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
boolean
hasName()
-
-
-
Method Detail
-
hasName
boolean hasName()
-
getName
String getName()
-
-