All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.testsystems.fit.FitClientListener Maven / Gradle / Ivy

package fitnesse.testsystems.fit;

import fitnesse.testsystems.TestSummary;

public interface FitClientListener {
  void testOutputChunk(String readValue);

  void testComplete(TestSummary summary);

  void exceptionOccurred(Throwable e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy