Package wt.container.batch
Class AddAssertion
java.lang.Object
wt.container.batch.Assertion
wt.container.batch.AddAssertion
- All Implemented Interfaces:
Serializable
Assertion which indicates that the target is being added to the BatchContainer.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddAssertion(BatchContainer container, Object target) Create an AddAssertion against the BatchContainer and target object. -
Method Summary
-
Constructor Details
-
AddAssertion
Create an AddAssertion against the BatchContainer and target object.
Supported API: true- Parameters:
container-target-
-