Package com.avoka.fc.core.service
Class ITestSuiteService.TestResult
java.lang.Object
com.avoka.fc.core.service.ITestSuiteService.TestResult
- Enclosing interface:
ITestSuiteService
Provides a unit test result class.
- Since:
- 4.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()voidsetDuration(Long duration) voidvoidsetServiceId(Long serviceId) voidsetServiceName(String serviceName)
-
Constructor Details
-
TestResult
public TestResult()
-
-
Method Details
-
getDuration
- Returns:
- the duration
-
setDuration
- Parameters:
duration- the duration to set
-
getServiceId
- Returns:
- the serviceId
-
setServiceId
- Parameters:
serviceId- the serviceId to set
-
getServiceName
- Returns:
- the serviceName
-
setServiceName
- Parameters:
serviceName- the serviceName to set
-
getError
- Returns:
- the error
-
setError
- Parameters:
error- the error to set
-