blob: a2af9b08b8b1aec8e7b1a3ba90e0a022d01d77e4 [file] [log] [blame]
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +00001package aQute.bnd.service;
2
3public interface EclipseJUnitTester {
4 void setPort(int port);
5 void setHost( String host);
6}