Method Summary |
|
public void | testAcceptsBoolean() Verifies that the trigger accepts Boolean values and null. |
public void | testRejectsNonBooleans() Checks that Trigger.setValue rejects non-Boolean values with an
IllegalArgumentException. |
public void | testTriggerCommit() Checks that #triggerCommit fires a change event with new
value = Boolean.TRUE. |
public void | testTriggerFlush() Checks that #triggerFlush fires a change event with new
value = Boolean.FALSE. |