Uses of Class
com.avoka.fc.core.service.ITestSuiteService.TestResult
-
Packages that use ITestSuiteService.TestResult Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes. -
-
Uses of ITestSuiteService.TestResult in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return types with arguments of type ITestSuiteService.TestResult Modifier and Type Method Description List<ITestSuiteService.TestResult>
ITestSuiteService. runTests()
Run the test suites configured unit tests, return an empty list if all succeeded or a list of error messages if one or more service unit tests failed.List<ITestSuiteService.TestResult>
TestSuiteService. runTests()
Run the test suites configured unit tests, return a list of TestResults.
-