JPP: Fixed unittest for new bineral interface methods
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -5s
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -5s
This commit is contained in:
parent
b2e7320b2f
commit
052b1adee5
6 changed files with 200 additions and 9 deletions
|
|
@ -63,4 +63,8 @@ public final class KaasLandSmurfBineralX1 implements KaasOdeurBineral<KaasLandSm
|
|||
public Boolean thisᴺᵘᵐᵇᵉʳᴿᵒᵒᵗ() {
|
||||
return IDENTITY.bineral();
|
||||
}
|
||||
|
||||
public KaasLandSmurfBineralX1 toInverse() {
|
||||
return thisᵀᴮᵒⁿᵉᴺᵉʷ(!bineral());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue