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