Commit történet

Szerző SHA1 Üzenet Dátum
  Sam Jaffe 28866e417c Change to using @Rule ExpectedExpression instead of `try { ...; fail(...); } catch { assertThat(...); }` 6 éve
  Sam Jaffe e0810534d6 Add tests and feature for confirming the path of a validation failure 6 éve
  Sam Jaffe 826968aed3 Adding EqualsTesterTest. Make errorMessage not public 6 éve
  Sam Jaffe 51edbe91b5 Start writing validation by creating "SimpleValidationTester" to wrap up a recurring pattern of `if (!accepts(node)) throw ...`. 6 éve
  Sam Jaffe f36611b683 Add a validation function and an error type. 6 éve
  Sam Jaffe 9c5e72b768 Refactor SizeTester to be cleaner. 6 éve
  Sam Jaffe 8e8ff52510 Refactor NumberTester to be cleaner. 6 éve
  Sam Jaffe 14b8b0b4cd Adding @Override and whitespace that was left out 6 éve
  Sam Jaffe c02c1939f1 Add test for regex Format 6 éve
  Sam Jaffe 02e5807b25 Merge branch 'matcher' 6 éve
  Sam Jaffe 66309f43dc Fix up imports and some stragglers to use assertThat style. 6 éve
  Sam Jaffe 3620b649d5 Converting all tests to user accepts() in the assertFalse case 6 éve
  Sam Jaffe 529b5c469e Convert all other tests to use accepts() in assertTrue clauses. 6 éve
  Sam Jaffe 87ef5ccb71 Convert all of FormatTester 6 éve
  Sam Jaffe baa2add52f Add matchers for Accepts, AcceptedTypes, and an override to Not that propagates describeMismatch() 6 éve
  Sam Jaffe 08e10500fc Merge branch 'test_schema' 6 éve
  Sam Jaffe 8244fd2c07 Add support for root-schema referencing. 6 éve
  Sam Jaffe d7a9702f97 Add support for reference/definition 6 éve
  Sam Jaffe c21e6455f9 Fix bug where we don't do type checks. 6 éve
  Sam Jaffe 46e45a53f1 Add DependencyTester and tests 6 éve
  Sam Jaffe 7600b8b891 Adding tests for handling objects. 6 éve
  Sam Jaffe 8779f16738 Fix NPE. 6 éve
  Sam Jaffe 6f5846e4a1 Test implicit additionalItems schema 6 éve
  Sam Jaffe e074534a84 Start testing items/additionalItems 6 éve
  Sam Jaffe ace8e64b76 Adding disabled test for validating the draft schema against itself. 6 éve
  Sam Jaffe 62c75ee362 Add more error checking and schema remapping tests to SchemaFactoryTest. 6 éve
  Sam Jaffe bebc70b83a Expand testing for error states. 6 éve
  Sam Jaffe 7ad9586aad Make sure to capture entire error body. 6 éve
  Sam Jaffe a87cd6eedf Fixing typo with schema. Adding tests for schema mapping. 6 éve
  Sam Jaffe da1ae04a80 Remove useless case by making things a bit easier. 6 éve