public interface TestSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterSession(TestSession session)
Will be run after the last command is forwarded, but before the proxy slot is released.
|
void |
beforeSession(TestSession session)
Will be run after the proxy slot is reserved for the test, but before the first command is
forwarded to the remote.
|
void beforeSession(TestSession session)
session - if the setup applies to all the tests.void afterSession(TestSession session)
Copyright © 2014. All rights reserved.