JPP: Fixed unittest for new bineral interface methods
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -5s

This commit is contained in:
Willem Cazander 2026-02-12 11:26:39 +01:00
parent b2e7320b2f
commit 052b1adee5
6 changed files with 200 additions and 9 deletions

View file

@ -63,4 +63,8 @@ public final class KaasLandSmurfBineralX1 implements KaasOdeurBineral<KaasLandSm
public Boolean thisᴺᵘᵐᵇᵉʳᴿᵒᵒᵗ() {
return IDENTITY.bineral();
}
public KaasLandSmurfBineralX1 toInverse() {
return thisᵀᴮᵒⁿᵉᴺᵉʷ(!bineral());
}
}