Uses of Class
dev.galasa.framework.spi.teststructure.TestMethod
Packages that use TestMethod
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI - Pojos to represent the structure of the Test Class
- 
Uses of TestMethod in dev.galasa.framework
Methods in dev.galasa.framework that return TestMethodModifier and TypeMethodDescriptionGenericMethodWrapper.getGenericMethodStructure()This returns the test structure for this generic method.TestMethodWrapper.getTestStructureMethod()This returns the test structure for this @Test method. - 
Uses of TestMethod in dev.galasa.framework.spi.teststructure
Methods in dev.galasa.framework.spi.teststructure that return types with arguments of type TestMethodModifier and TypeMethodDescriptionTestMethod.getAfters()TestMethod.getBefores()TestStructure.getMethods()Method parameters in dev.galasa.framework.spi.teststructure with type arguments of type TestMethodModifier and TypeMethodDescriptionvoidTestMethod.setAfters(List<TestMethod> afters) voidTestMethod.setBefores(List<TestMethod> befores) voidTestStructure.setMethods(List<TestMethod> methods)