/* * Copyright 2013 Guidewire Software, Inc. */ package gw.testharness; public interface IEnvironmentalCondition { boolean isConditionMet(); }