@Deprecated // use assumeEnvironment instead
protected Boolean executeRaw(String context) {
ExecutionLifecycleEvent event = TestLifecycles.createExecutionLifecycleEvent(getClass(), context);
TestLifecycles.before(event);
return event.execute();
}
protected boolean required(String propertyName) {
Property result = property(propertyName);
Boolean required = result.required();