nl.hsac.fitnesse.sample.ToLithuanianLitaRetryingFixture Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsac-fitnesse-fixtures Show documentation
Show all versions of hsac-fitnesse-fixtures Show documentation
Fixtures to assist in testing via FitNesse
package nl.hsac.fitnesse.sample;
public class ToLithuanianLitaRetryingFixture extends ToLithuanianLitaFixture {
@Override
protected boolean isRetryDesirable() {
return !exchangeRate1().equals(exchangeRate2());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy