Uses of Class
dev.galasa.framework.spi.teststructure.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
Modifier and TypeMethodDescriptionGenericMethodWrapper.getStructure()
TestMethodWrapper.getStructure()
-
Uses of TestMethod in dev.galasa.framework.spi.teststructure
Modifier and TypeMethodDescriptionTestMethod.getAfters()
TestMethod.getBefores()
TestStructure.getMethods()
Modifier and TypeMethodDescriptionvoid
TestMethod.setAfters
(List<TestMethod> afters) void
TestMethod.setBefores
(List<TestMethod> befores) void
TestStructure.setMethods
(List<TestMethod> methods)