public class TestMemoryContainerDeliverer
extends java.lang.Object
Rule class operating on test memory container use
container stored in this class.| Modifier and Type | Method | Description |
|---|---|---|
static MemoryContainer |
getTestMemoryContainer() |
Gets reference to stored test memory container
|
static void |
setTestMemoryContainer(MemoryContainer testMemoryContainer) |
Stores given reference to test memory container.
|
public static void setTestMemoryContainer(MemoryContainer testMemoryContainer)
null to make test memory container undefined.testMemoryContainer - reference to new test memory container which should be stored in this classjava.lang.NullPointerException - when given memory container is nullInvalidValueException - when given memory container contains no attributes or no examplespublic static MemoryContainer getTestMemoryContainer()