public class DeploymentDronePointsRegistry extends Object
DronePoints with the DronePoint.Lifecycle.DEPLOYMENT scope and the reference
to the instance of the test class the DronePoint is declared in| Constructor and Description |
|---|
DeploymentDronePointsRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDronePoint(DronePoint<?> deploymentDronePoint,
Object testClass)
Adds a
DronePoint to the registry with the test class the DronePoint is declared in |
Map<DronePoint<?>,Object> |
filterDeploymentDronePoints(String deploymentName)
Filter for finding deployment
DronePoints tied to a deployment with the given deployment name |
public boolean addDronePoint(DronePoint<?> deploymentDronePoint, Object testClass)
DronePoint to the registry with the test class the DronePoint is declared indeploymentDronePoint - a DronePoint to registertestClass - a test class the DronePoint is declared inpublic Map<DronePoint<?>,Object> filterDeploymentDronePoints(String deploymentName)
DronePoints tied to a deployment with the given deployment namedeploymentName - name of a deployment the injection points should be tied toCopyright © 2017 JBoss by Red Hat. All rights reserved.