1 16 package com.google.gwt.junit.client.impl; 17 18 import com.google.gwt.user.client.rpc.RemoteService; 19 import com.google.gwt.junit.client.TestResults; 20 21 25 public interface JUnitHost extends RemoteService { 26 27 33 String getFirstMethod(String testClassName); 34 35 43 String reportResultsAndGetNextMethod(String testClassName, TestResults results); 44 } 45 | Popular Tags |