提交历史

作者 SHA1 备注 提交日期
  Sam Jaffe e2b134a00a Rename map to flatMap in EitherStream 6 年之前
  Sam Jaffe 3169131197 Clean up PropertyNameTester to use function design 6 年之前
  Sam Jaffe c31478f997 Cleanup expectation 6 年之前
  Sam Jaffe 1b3f0936a4 Move testing of the content of a sub-matcher to a test case for the ValidationException 6 年之前
  Sam Jaffe 22a6517229 Make propertyNames pass validate() unit tests. 6 年之前
  Sam Jaffe 3f54df9366 Make uniqueItems and SizeTester pass. 6 年之前
  Sam Jaffe 29bb5b9b6b Add tests for all Tester instances that provide self-level validate() (as opposed to compound level e.g. NotTester, AllOfTester). 6 年之前
  Sam Jaffe 6b5b2a2030 merge branch master into validate_throw 6 年之前
  Sam Jaffe 8918372681 Clean up tests to remove redundant fail() assertions 6 年之前
  Sam Jaffe 28866e417c Change to using @Rule ExpectedExpression instead of `try { ...; fail(...); } catch { assertThat(...); }` 6 年之前
  Sam Jaffe e0810534d6 Add tests and feature for confirming the path of a validation failure 6 年之前
  Sam Jaffe 826968aed3 Adding EqualsTesterTest. Make errorMessage not public 6 年之前
  Sam Jaffe 51edbe91b5 Start writing validation by creating "SimpleValidationTester" to wrap up a recurring pattern of `if (!accepts(node)) throw ...`. 6 年之前
  Sam Jaffe f36611b683 Add a validation function and an error type. 6 年之前
  Sam Jaffe 748d1ed6c4 Convert everything to proper assertThat. 6 年之前
  Sam Jaffe eb9c271e3c Merge branch 'drop_allowed_types' 6 年之前
  Sam Jaffe 9dc21ac314 Fix both test failures. 6 年之前
  Sam Jaffe 67ea8c9655 Remove all allowedTypes() code. 6 年之前
  Sam Jaffe 9c5e72b768 Refactor SizeTester to be cleaner. 6 年之前
  Sam Jaffe 8e8ff52510 Refactor NumberTester to be cleaner. 6 年之前
  Sam Jaffe 14b8b0b4cd Adding @Override and whitespace that was left out 6 年之前
  Sam Jaffe c02c1939f1 Add test for regex Format 6 年之前
  Sam Jaffe 02e5807b25 Merge branch 'matcher' 6 年之前
  Sam Jaffe 66309f43dc Fix up imports and some stragglers to use assertThat style. 6 年之前
  Sam Jaffe 3620b649d5 Converting all tests to user accepts() in the assertFalse case 6 年之前
  Sam Jaffe 529b5c469e Convert all other tests to use accepts() in assertTrue clauses. 6 年之前
  Sam Jaffe 87ef5ccb71 Convert all of FormatTester 6 年之前
  Sam Jaffe baa2add52f Add matchers for Accepts, AcceptedTypes, and an override to Not that propagates describeMismatch() 6 年之前
  Sam Jaffe 08e10500fc Merge branch 'test_schema' 6 年之前
  Sam Jaffe 8244fd2c07 Add support for root-schema referencing. 6 年之前