public interface Partible<T>
Modifier and Type | Method and Description |
---|---|
void |
afterRun()
Is executed once after execute the method exec.
|
void |
beforeRun()
Is executed once before execute the method 'exec'.
|
void |
run(T object)
Is executed once for each object in the array of objects passed as parameter in the exec method
of the Parallelizer class.
|
void beforeRun()
void run(T object)
object
- Index of the test element.void afterRun()
Copyright © 2020. All rights reserved.