1 5 package org.exoplatform.test.web.condition; 6 7 import org.exoplatform.test.web.ExoWebClient; 8 import com.meterware.httpunit.*; 9 10 16 public interface Condition { 17 18 public boolean checkCondition(WebResponse response, WebTable block, ExoWebClient client) throws Exception ; 19 20 public String getName() ; 21 public String getDescription() ; 22 } 23 | Popular Tags |