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.getStructure()
TestMethodWrapper.getStructure()
-
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 TypeMethodDescriptionvoid
TestMethod.setAfters
(List<TestMethod> afters) void
TestMethod.setBefores
(List<TestMethod> befores) void
TestStructure.setMethods
(List<TestMethod> methods)