public interface MaestroInspector extends TestDuration.TestProgress
Modifier and Type | Method and Description |
---|---|
default long |
messageCount()
Inspectors normally don't know how many messages have been
exchanged, therefore they should return 0 and handle the
success/failure notifications when the test is count-based
|
void |
setBaseLogDir(File logDir) |
default void |
setCommonProperties(MaestroTestProperties testProperties,
WorkerOptions workerOptions) |
void |
setEndpoint(MaestroReceiver endpoint) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUser(String user) |
void |
setWorkerOptions(WorkerOptions workerOptions) |
int |
start() |
void |
stop() |
elapsedTime, startedEpochMillis
void setUrl(String url)
void setUser(String user)
void setPassword(String password)
void setWorkerOptions(WorkerOptions workerOptions) throws DurationParseException
DurationParseException
default void setCommonProperties(MaestroTestProperties testProperties, WorkerOptions workerOptions)
void setBaseLogDir(File logDir)
void setEndpoint(MaestroReceiver endpoint)
default long messageCount()
messageCount
in interface TestDuration.TestProgress
This documentation was released into the public domain.