Class Tests.NEIgnoreCaseTest

java.lang.Object
org.jfuncmachine.compiler.model.expr.bool.tests.Test
org.jfuncmachine.compiler.model.expr.bool.tests.Tests.NEIgnoreCaseTest
Enclosing class:
Tests

public static class Tests.NEIgnoreCaseTest extends Test
The built-in NE-ignore-case test
  • Method Summary

    Modifier and Type
    Method
    Description
    Inverts the test, such that equal becomes not-equal or less-than becomes greater-or-equal.

    Methods inherited from class org.jfuncmachine.compiler.model.expr.bool.tests.Test

    equals

    Methods inherited from class java.lang.Object

    getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • invert

      public Test invert()
      Description copied from class: Test
      Inverts the test, such that equal becomes not-equal or less-than becomes greater-or-equal.
      Specified by:
      invert in class Test
      Returns:
      The inversion of this test