Uses of Interface
net.serenitybdd.core.parallel.Agent
Package | Description |
---|---|
net.serenitybdd.core.parallel | |
net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
-
Uses of Agent in net.serenitybdd.core.parallel
Methods in net.serenitybdd.core.parallel with parameters of type Agent Modifier and Type Method Description java.util.Optional<BaseStepListener>
Agency. baseListenerFor(Agent agent)
void
Agency. dropAgent(Agent agent)
void
Agency. registerAgent(Agent agent)
-
Uses of Agent in net.thucydides.core.steps
Methods in net.thucydides.core.steps with parameters of type Agent Modifier and Type Method Description void
StepEventBus. dropAgent(Agent agent)
void
StepEventBus. dropAgents(Agent... agents)
void
StepEventBus. mergeActivitiesToDefaultStepListener(java.lang.String stepName, Agent... agents)
void
StepEventBus. mergeActivitiesToDefaultStepListener(Agent... agents)
void
StepEventBus. registerAgent(Agent agent)
void
StepEventBus. registerAgents(Agent... agents)