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

fitnesse.testsystems.ExceptionResult Maven / Gradle / Ivy

There is a newer version: 20250223
Show newest version
package fitnesse.testsystems;

public interface ExceptionResult {
  ExecutionResult getExecutionResult();

  String getMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy