Package org.testng.util
Interface TimeUtils.Task
- Enclosing class:
- TimeUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A sample task to be executed.
-
Method Summary
-
Method Details
-
execute
void execute()The actual work to be executed.
-