|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Observes in org.jboss.arquillian.config.impl.extension |
---|
Method parameters in org.jboss.arquillian.config.impl.extension with annotations of type Observes | |
---|---|
void |
ConfigurationRegistrar.loadConfiguration(ManagerStarted event)
|
Uses of Observes in org.jboss.arquillian.container.impl.client |
---|
Method parameters in org.jboss.arquillian.container.impl.client with annotations of type Observes | |
---|---|
void |
ContainerDeploymentContextHandler.createContainerContext(EventContext<ContainerControlEvent> context)
|
void |
ContainerDeploymentContextHandler.createDeploymentContext(EventContext<DeploymentEvent> context)
|
Uses of Observes in org.jboss.arquillian.container.impl.client.container |
---|
Method parameters in org.jboss.arquillian.container.impl.client.container with annotations of type Observes | |
---|---|
void |
ContainerRegistryCreator.createRegistry(ArquillianDescriptor event)
|
void |
ContainerDeployController.deploy(DeployDeployment event)
|
void |
ContainerDeployController.deployManaged(DeployManagedDeployments event)
Deploy all deployments marked as managed = true. |
void |
ContainerLifecycleController.killContainer(KillContainer event)
|
void |
ContainerLifecycleController.setupContainer(SetupContainer event)
|
void |
ContainerLifecycleController.setupContainers(SetupContainers event)
|
void |
ContainerLifecycleController.startClassContainers(StartClassContainers event)
|
void |
ContainerLifecycleController.startContainer(StartContainer event)
|
void |
ContainerLifecycleController.startSuiteContainers(StartSuiteContainers event)
|
void |
ContainerLifecycleController.stopClassContainers(StopClassContainers event)
|
void |
ContainerLifecycleController.stopContainer(StopContainer event)
|
void |
ContainerLifecycleController.stopManualContainers(StopManualContainers event)
|
void |
ContainerLifecycleController.stopSuiteContainers(StopSuiteContainers event)
|
void |
ContainerDeployController.undeploy(UnDeployDeployment event)
|
void |
ContainerDeployController.undeployManaged(UnDeployManagedDeployments event)
Undeploy all deployments marked as managed, and all manually deployed. |
void |
DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(EventContext<DeployDeployment> context)
|
Uses of Observes in org.jboss.arquillian.container.impl.client.deployment |
---|
Method parameters in org.jboss.arquillian.container.impl.client.deployment with annotations of type Observes | |
---|---|
void |
ArchiveDeploymentExporter.callback(BeforeDeploy event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.client |
---|
Method parameters in org.jboss.arquillian.container.test.impl.client with annotations of type Observes | |
---|---|
void |
ContainerEventController.createAfterContext(EventContext<After> context)
|
void |
ContainerEventController.createBeforeContext(EventContext<Before> context)
|
void |
ContainerEventController.createTestContext(EventContext<Test> context)
|
void |
ContainerEventController.execute(AfterClass event)
|
void |
ContainerEventController.execute(AfterSuite event)
|
void |
ContainerEventController.execute(BeforeClass event)
|
void |
ContainerEventController.execute(BeforeSuite event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.client.container |
---|
Method parameters in org.jboss.arquillian.container.test.impl.client.container with annotations of type Observes | |
---|---|
void |
ClientContainerControllerCreator.createClientSideContainerController(SetupContainers event)
|
void |
ContainerContainerControllerCreator.createContainerSideContainerController(BeforeSuite event)
|
void |
ContainerRestarter.restart(BeforeClass event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.client.container.command |
---|
Method parameters in org.jboss.arquillian.container.test.impl.client.container.command with annotations of type Observes | |
---|---|
void |
ContainerCommandObserver.isStarted(ContainerStartedCommand event)
|
void |
ContainerCommandObserver.kill(KillContainerCommand event)
|
void |
ContainerCommandObserver.onException(EventContext<Command> event)
|
void |
ContainerCommandObserver.start(StartContainerCommand event)
|
void |
ContainerCommandObserver.stop(StopContainerCommand event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.client.deployment |
---|
Method parameters in org.jboss.arquillian.container.test.impl.client.deployment with annotations of type Observes | |
---|---|
void |
ContainerDeployerCreator.createClientSideDeployer(BeforeSuite event)
|
void |
ClientDeployerCreator.createClientSideDeployer(SetupContainers event)
|
void |
DeploymentGenerator.generateDeployment(GenerateDeployment event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.client.deployment.command |
---|
Method parameters in org.jboss.arquillian.container.test.impl.client.deployment.command with annotations of type Observes | |
---|---|
void |
DeploymentCommandObserver.deploy(DeployDeploymentCommand event)
|
void |
DeploymentCommandObserver.getDeployment(GetDeploymentCommand event)
|
void |
DeploymentCommandObserver.onException(EventContext<Command> event)
|
void |
DeploymentCommandObserver.undeploy(UnDeployDeploymentCommand event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.client.deployment.tool |
---|
Method parameters in org.jboss.arquillian.container.test.impl.client.deployment.tool with annotations of type Observes | |
---|---|
void |
ArchiveDeploymentToolingExporter.export(BeforeDeploy event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.client.protocol |
---|
Method parameters in org.jboss.arquillian.container.test.impl.client.protocol with annotations of type Observes | |
---|---|
void |
ProtocolRegistryCreator.createRegistry(ArquillianDescriptor event)
|
Uses of Observes in org.jboss.arquillian.container.test.impl.execution |
---|
Method parameters in org.jboss.arquillian.container.test.impl.execution with annotations of type Observes | |
---|---|
void |
LocalTestExecuter.execute(LocalExecutionEvent event)
|
void |
RemoteTestExecuter.execute(RemoteExecutionEvent event)
|
void |
ContainerTestExecuter.execute(Test event)
|
void |
ClientTestExecuter.execute(Test event)
|
void |
ClientBeforeAfterLifecycleEventExecuter.on(After event)
|
void |
AfterLifecycleEventExecuter.on(After event)
|
void |
ClientBeforeAfterLifecycleEventExecuter.on(AfterClass event)
|
void |
ClientBeforeAfterLifecycleEventExecuter.on(Before event)
|
void |
BeforeLifecycleEventExecuter.on(Before event)
|
void |
ClientBeforeAfterLifecycleEventExecuter.on(BeforeClass event)
|
Uses of Observes in org.jboss.arquillian.core.impl.loadable |
---|
Method parameters in org.jboss.arquillian.core.impl.loadable with annotations of type Observes | |
---|---|
void |
LoadableExtensionLoader.load(ManagerProcessing event)
|
Uses of Observes in org.jboss.arquillian.junit.standalone |
---|
Method parameters in org.jboss.arquillian.junit.standalone with annotations of type Observes | |
---|---|
void |
LocalTestMethodExecutor.execute(Test event)
|
Uses of Observes in org.jboss.arquillian.test.impl |
---|
Method parameters in org.jboss.arquillian.test.impl with annotations of type Observes | |
---|---|
void |
TestContextHandler.createClassContext(EventContext<ClassEvent> context)
|
void |
TestContextHandler.createSuiteContext(EventContext<SuiteEvent> context)
|
void |
TestContextHandler.createTestContext(EventContext<TestEvent> context)
|
void |
TestInstanceEnricher.enrich(Before event)
|
Uses of Observes in org.jboss.arquillian.testenricher.initialcontext |
---|
Method parameters in org.jboss.arquillian.testenricher.initialcontext with annotations of type Observes | |
---|---|
void |
InitialContextProducer.createContext(ManagerStarted event)
|
Uses of Observes in org.jboss.arquillian.testng.standalone |
---|
Method parameters in org.jboss.arquillian.testng.standalone with annotations of type Observes | |
---|---|
void |
LocalTestMethodExecutor.execute(Test event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |