Package com.auto.framework.runner.job
Interface ITestJob
- All Known Implementing Classes:
TestJob
public interface ITestJob
User: Priytam Jee Pandey
Date: 28/05/20
Time: 1:17 pm
email: mrpjpandey@gmail.com
-
Method Summary
Modifier and Type Method Description voidexecute()TestJobResultgetResult()voidhandleException(java.lang.Exception e)
-
Method Details
-
execute
void execute() -
getResult
TestJobResult getResult() -
handleException
void handleException(java.lang.Exception e)
-