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

fitnesse.testsystems.Assertion Maven / Gradle / Ivy

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

public interface Assertion {
  Instruction getInstruction();

  Expectation getExpectation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy