Class ParserOptionsTest

    • Constructor Detail

      • ParserOptionsTest

        public ParserOptionsTest()
        Deprecated.
    • Method Detail

      • testSuppressMarker

        public void testSuppressMarker()
        Deprecated.
        SuppressMarker should be initially null and changeable.
      • testEqualsHashcode

        public void testEqualsHashcode()
        Deprecated.
        Verify that the equals and hashCode methods work as expected.
      • verifyOptionsEqualsHashcode

        public static void verifyOptionsEqualsHashcode​(ParserOptions options1,
                                                       ParserOptions options2,
                                                       ParserOptions options3,
                                                       ParserOptions options4)
        Deprecated.
        Verify equals and hashCode for 4 ParserOptions instances. The given options should be as follows: 1 and 3 are equals, as are 2 and 4.
        Parameters:
        options1 - first option instance - equals third
        options2 - second option instance - equals fourth
        options3 - third option instance - equals first
        options4 - fourth option instance - equals second