public interface TestStateManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
testIsAutoPersistent()
This method is used to determine if an instance is in the autopersistent
state.
|
boolean |
testIsLoaded(int fieldNumber)
This method is used to test if a field identified by fieldNumber
is loaded in memory.
|
boolean |
testIsLoaded(String fieldName)
This method is used to test if a field identified by fieldName
is loaded in memory.
|
boolean testIsLoaded(String fieldName)
boolean testIsLoaded(int fieldNumber)
boolean testIsAutoPersistent()
Copyright © 2017. All rights reserved.