Uses of Interface
gw.test.ITestMetadata
-
Packages that use ITestMetadata Package Description gw.test -
-
Uses of ITestMetadata in gw.test
Classes in gw.test that implement ITestMetadata Modifier and Type Class Description class
TestMetadata
Methods in gw.test that return types with arguments of type ITestMetadata Modifier and Type Method Description List<? extends ITestMetadata>
ITestWithMetadata. getMetadata()
Returns any applicable metadata for the tests in this class.List<? extends ITestMetadata>
TestBreakInfo. getMetadata()
Constructor parameters in gw.test with type arguments of type ITestMetadata Constructor Description TestBreakInfo(String name, List<? extends ITestMetadata> metadata, Throwable throwable)
-