Uses of Class
dev.galasa.api.ras.RasTestMethod
Packages that use RasTestMethod
-
Uses of RasTestMethod in dev.galasa.api.ras
Methods in dev.galasa.api.ras that return types with arguments of type RasTestMethodModifier and TypeMethodDescriptionRasTestMethod.getAfters()
RasTestMethod.getBefores()
RasTestStructure.getMethods()
Method parameters in dev.galasa.api.ras with type arguments of type RasTestMethodModifier and TypeMethodDescriptionvoid
RasTestMethod.setAfters
(List<RasTestMethod> afters) void
RasTestMethod.setBefores
(List<RasTestMethod> befores) void
RasTestStructure.setMethods
(List<RasTestMethod> methods) Constructor parameters in dev.galasa.api.ras with type arguments of type RasTestMethodModifierConstructorDescriptionRasTestMethod
(String className, String methodName, String type, String status, String result, Instant startTime, Instant endTime, int runLogStart, int runLogEnd, List<RasTestMethod> befores, List<RasTestMethod> afters) RasTestStructure
(String runName, String bundle, String testName, String testShortName, String requestor, String status, String result, Instant queued, Instant startTime, Instant endTime, List<RasTestMethod> methods, String group)