BindingsListTest.testBooleanValueAt_Variable_NegativeIndex has null index not negative

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 8
    • Affects Version/s: 8
    • Component/s: javafx
    • None

      Test name is misleading. It checks for null index instead of negative:

          @Test(expected = NullPointerException.class)
          public void testBooleanValueAt_Variable_NegativeIndex() {
              final ListProperty<Boolean> localProperty = new SimpleListProperty<Boolean>();
              Bindings.booleanValueAt(localProperty, null);
          }

            Assignee:
            Martin Sládeček
            Reporter:
            Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: