Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Jaffe 4007ca2f4c Add tests for oneOf test validation. há 6 anos atrás
  Sam Jaffe e377bd72ef Add tests for items tester validation. há 6 anos atrás
  Sam Jaffe dc5271d0cf Pass tests for contains, not tester validation. há 6 anos atrás
  Sam Jaffe e9a72b78d6 Make tests passing for allOf and anyOf tester validation. há 6 anos atrás
  Sam Jaffe 6bfb3f687b Add new tests for most of the testers that use sub-testers. há 6 anos atrás
  Sam Jaffe e2b134a00a Rename map to flatMap in EitherStream há 6 anos atrás
  Sam Jaffe 3169131197 Clean up PropertyNameTester to use function design há 6 anos atrás
  Sam Jaffe c31478f997 Cleanup expectation há 6 anos atrás
  Sam Jaffe 1b3f0936a4 Move testing of the content of a sub-matcher to a test case for the ValidationException há 6 anos atrás
  Sam Jaffe 22a6517229 Make propertyNames pass validate() unit tests. há 6 anos atrás
  Sam Jaffe 3f54df9366 Make uniqueItems and SizeTester pass. há 6 anos atrás
  Sam Jaffe 29bb5b9b6b Add tests for all Tester instances that provide self-level validate() (as opposed to compound level e.g. NotTester, AllOfTester). há 6 anos atrás
  Sam Jaffe 6b5b2a2030 merge branch master into validate_throw há 6 anos atrás
  Sam Jaffe 8918372681 Clean up tests to remove redundant fail() assertions há 6 anos atrás
  Sam Jaffe 28866e417c Change to using @Rule ExpectedExpression instead of `try { ...; fail(...); } catch { assertThat(...); }` há 6 anos atrás
  Sam Jaffe e0810534d6 Add tests and feature for confirming the path of a validation failure há 6 anos atrás
  Sam Jaffe 826968aed3 Adding EqualsTesterTest. Make errorMessage not public há 6 anos atrás
  Sam Jaffe 51edbe91b5 Start writing validation by creating "SimpleValidationTester" to wrap up a recurring pattern of `if (!accepts(node)) throw ...`. há 6 anos atrás
  Sam Jaffe f36611b683 Add a validation function and an error type. há 6 anos atrás
  Sam Jaffe 748d1ed6c4 Convert everything to proper assertThat. há 6 anos atrás
  Sam Jaffe eb9c271e3c Merge branch 'drop_allowed_types' há 6 anos atrás
  Sam Jaffe 9dc21ac314 Fix both test failures. há 6 anos atrás
  Sam Jaffe 67ea8c9655 Remove all allowedTypes() code. há 6 anos atrás
  Sam Jaffe 9c5e72b768 Refactor SizeTester to be cleaner. há 6 anos atrás
  Sam Jaffe 8e8ff52510 Refactor NumberTester to be cleaner. há 6 anos atrás
  Sam Jaffe 14b8b0b4cd Adding @Override and whitespace that was left out há 6 anos atrás
  Sam Jaffe c02c1939f1 Add test for regex Format há 6 anos atrás
  Sam Jaffe 02e5807b25 Merge branch 'matcher' há 6 anos atrás
  Sam Jaffe 66309f43dc Fix up imports and some stragglers to use assertThat style. há 6 anos atrás
  Sam Jaffe 3620b649d5 Converting all tests to user accepts() in the assertFalse case há 6 anos atrás