Uses of Class
gw.test.TestMetadata
-
Packages that use TestMetadata Package Description gw.test -
-
Uses of TestMetadata in gw.test
Fields in gw.test with type parameters of type TestMetadata Modifier and Type Field Description private java.util.List<TestMetadata>TestClass. _metadataMethods in gw.test that return TestMetadata Modifier and Type Method Description static TestMetadataTestMetadata. deserializeXml(SimpleXmlNode xml)Methods in gw.test that return types with arguments of type TestMetadata Modifier and Type Method Description java.util.Collection<TestMetadata>TestClass. createClassMetadata()protected java.util.Collection<TestMetadata>TestClass. createMetadata(java.lang.annotation.Annotation[] annotations)protected java.util.Collection<TestMetadata>TestClass. createMetadata(java.util.List<IAnnotationInfo> annotationInfos)java.util.Collection<TestMetadata>TestClass. createMethodMetadata(java.lang.String method)java.util.List<TestMetadata>TestClass. getMetadata()Method parameters in gw.test with type arguments of type TestMetadata Modifier and Type Method Description protected voidTestClass. addMetadata(java.util.Collection<TestMetadata> metadata)
-