Package | Description |
---|---|
org.jboss.as.subsystem.test |
Modifier and Type | Method and Description |
---|---|
protected KernelServices |
AbstractSubsystemTest.installInController(AdditionalInitialization additionalInit,
List<org.jboss.dmr.ModelNode> bootOperations)
Create a new controller with the passed in operations.
|
protected KernelServices |
AbstractSubsystemTest.installInController(AdditionalInitialization additionalInit,
String subsystemXml)
Initializes the controller and populates the subsystem model from the passed in xml.
|
protected KernelServices |
AbstractSubsystemTest.installInController(List<org.jboss.dmr.ModelNode> bootOperations)
Create a new controller with the passed in operations.
|
protected KernelServices |
AbstractSubsystemTest.installInController(String subsystemXml)
Initializes the controller and populates the subsystem model from the passed in xml.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSubsystemTest.assertRemoveSubsystemResources(KernelServices kernelServices)
Checks that the subystem resources can be removed, i.e.
|
protected void |
AbstractSubsystemTest.assertRemoveSubsystemResources(KernelServices kernelServices,
Set<PathAddress> ignoredChildAddresses)
Checks that the subystem resources can be removed, i.e.
|
protected Resource |
AbstractSubsystemTest.grabRootResource(KernelServices kernelServices)
Grabs the current root resource
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.