Uses of Class
fi.meliora.testlab.ext.rest.model.TestCaseResult
Packages that use TestCaseResult
-
Uses of TestCaseResult in fi.meliora.testlab.ext.jenkins
Methods in fi.meliora.testlab.ext.jenkins that return TestCaseResultModifier and TypeMethodDescriptionprotected static TestCaseResult
Sender.getTestCaseResult
(Run<?, ?> build, String id, int result, String msg, String stacktrace, String user, float duration) Method parameters in fi.meliora.testlab.ext.jenkins with type arguments of type TestCaseResultModifier and TypeMethodDescriptionprotected static void
Sender.parseResult
(Run<?, ?> build, Object resultObject, List<TestCaseResult> results, String user, boolean publishTap, boolean tapTestsAsSteps, boolean tapFileNameInIdentifier, boolean tapTestNumberInIdentifier, String tapMappingPrefix) -
Uses of TestCaseResult in fi.meliora.testlab.ext.rest.model
Methods in fi.meliora.testlab.ext.rest.model that return types with arguments of type TestCaseResultMethod parameters in fi.meliora.testlab.ext.rest.model with type arguments of type TestCaseResultModifier and TypeMethodDescriptionvoid
TestResult.setResults
(List<TestCaseResult> results) Results of individual test cases.