ReflectionManager reflector = new ReflectionManager(
com.volantis.mcs.runtime.Volantis.class.getDeclaredField(
"initializationComplete"));
// Set up for introspection...
reflector.useAsAccessible(new ReflectionExecutor() {
public Object execute(AccessibleObject object)
throws Exception {
Field complete = (Field) object;
// Ensure Volantis has not already been initialised.
Assert.assertTrue(complete + " should not be true",