Package com.google.appengine.tck.event

Examples of com.google.appengine.tck.event.ExecutionLifecycleEvent


        return (result != null && result);
    }

    @Deprecated // use assumeEnvironment instead
    protected Boolean executeRaw(String context) {
        ExecutionLifecycleEvent event = TestLifecycles.createExecutionLifecycleEvent(getClass(), context);
        TestLifecycles.before(event);
        return event.execute();
    }
View Full Code Here

TOP

Related Classes of com.google.appengine.tck.event.ExecutionLifecycleEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.