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 classTestMetadataFields in gw.test with type parameters of type ITestMetadata Modifier and Type Field Description private java.util.List<? extends ITestMetadata>TestBreakInfo. _metadataMethods in gw.test that return types with arguments of type ITestMetadata Modifier and Type Method Description java.util.List<? extends ITestMetadata>ITestWithMetadata. getMetadata()Returns any applicable metadata for the tests in this class.java.util.List<? extends ITestMetadata>TestBreakInfo. getMetadata()Constructor parameters in gw.test with type arguments of type ITestMetadata Constructor Description TestBreakInfo(java.lang.String name, java.util.List<? extends ITestMetadata> metadata, java.lang.Throwable throwable)
-