Package gw.test
Interface ITestWithMetadata
-
- All Known Implementing Classes:
AssertUtil
,BaseRemoteTestClass
,PL33465Test
,TestClass
public interface ITestWithMetadata
A test implementing this interface provides metadata (e.g. annotation info) for each of its test methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends ITestMetadata>
getMetadata()
Returns any applicable metadata for the tests in this class.
-
-
-
Method Detail
-
getMetadata
List<? extends ITestMetadata> getMetadata()
Returns any applicable metadata for the tests in this class.- Returns:
- A list of @link{gw.test.ITestMetadata} objects, one for each test method providing metadata.
-
-