wt.container.batch
Class AddAssertion
java.lang.Object
wt.container.batch.Assertion
wt.container.batch.AddAssertion
- All Implemented Interfaces:
- Serializable
- public class AddAssertion
- extends Assertion
- implements Serializable
Assertion which indicates that the target is being added to the BatchContainer.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class wt.container.batch.Assertion |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
AddAssertion
public AddAssertion(BatchContainer container,
Object target)
- Create an AddAssertion against the BatchContainer and target object.
Supported API: true
- Parameters:
container
- target
-