1. fd68ba1 Restrict visibility to current users by David Duarte · 8 weeks ago main master
  2. 76072ce Document the update procedure by David Duarte · 8 weeks ago
  3. 273cae1 Merge remote-tracking branch 'aosp/upstream-main' into main by David Duarte · 8 weeks ago
  4. 4a1b074 Transfer ownership by David Duarte · 8 weeks ago
  5. 12066d2 Context: Support repeated annotations by Jens Nyman · 3 months ago
  6. 42fab13 Refactor: Create a common GenericParameterContext type that can serve as basis for the context classes of @TestParameter and @TestParameters, as wel as being used ineternally by Jens Nyman · 3 months ago
  7. 9c1183e Update changelog with deprecation of TestParameter.TestParameterValuesProvider by Jens Nyman · 3 months ago
  8. 2825e00 Refactorings for Google-internal change by Jens Nyman · 3 months ago
  9. e0e1058 Mark the old TestParameterValuesProvider type as deprecated by Jens Nyman · 3 months ago
  10. ca9d8d3 Bump version to v1.15 in README.md by Jens Nyman · 5 months ago
  11. 68c2a77 TestParameterValuesProvider: Allow provideValues(Context) to throw any exception. by Jens Nyman · 5 months ago
  12. 616afa4 Fix missing javadoc reference by Jens Nyman · 5 months ago
  13. f58ebf8 Update @TestParameter javadoc with the new context aware values provider by Jens Nyman · 5 months ago
  14. e83226d Update README with the new context aware values provider by Jens Nyman · 5 months ago
  15. 25cf9ff Update CHANGELOG with the new context aware values provider by Jens Nyman · 5 months ago
  16. e312198 TestParameterValuesProvider.Context: Convert from AutoValue to regular class. by Jens Nyman · 5 months ago
  17. 8a3e812 TestParameterValuesProvider.Context: Replace otherAnnotations() by a utility method for getting an annotation of a specific type by Jens Nyman · 5 months ago
  18. 4d6e752 TestParameterValuesProvider.Context: Fix javadoc compilation error by escaping @ characters by Jens Nyman · 5 months ago
  19. c466482 Make TestParameterValuesProvider.provideValues() protected so it can actually be used by clients. by Jens Nyman · 5 months ago
  20. 23b3b22 Mark test as Google internal because it relies on class.toString() by Jens Nyman · 5 months ago
  21. b90cb73 Unit tests: Avoid unnecessary dependency on javax.inject by Jens Nyman · 5 months ago
  22. a73e3f4 Implement context aware TestParameterValuesProvider. by Jens Nyman · 5 months ago
  23. f82c1ff TestParameterValueProvider: Add internal-only context-aware version of provideValues(). by Jens Nyman · 5 months ago
  24. 9dd42b6 TestParameterAnnotationMethodProcessor.AnnotationWithMetadata: Stop supporting equals() and hashCode(). by Jens Nyman · 5 months ago
  25. 468611d Rewrite and extension of https://github.com/google/TestParameterInjector/pull/41 to JUnit5 by Jens Nyman · 6 months ago
  26. a46bb94 Merge pull request #41 from bjchris32/fix-nondeterminism by Jens Nyman · 6 months ago
  27. d81fc96 fix: sort the nondeterministic method arrays and match fields with name by Chris Shao · 6 months ago
  28. 5d67f8c Bump version to v1.14 in README.md by Jens Nyman · 7 months ago
  29. cbcab68 Update CHANGELOG with the latest bugfix by Jens Nyman · 7 months ago
  30. 39f38f2 Add support for Powermock by making getOnlyConstructor() more lenient (filter out non-public constructors). by Jens Nyman · 7 months ago
  31. 26744e0 Bump version to v1.13 in README.md by Jens Nyman · 8 months ago
  32. cf991ec Add to the README that value providers can have custom value names by Jens Nyman · 8 months ago
  33. 98c441c Add an entry for custom value names to the CHANGELOG by Jens Nyman · 8 months ago
  34. 1085d37 Remove unused method by Jens Nyman · 8 months ago
  35. 963c4d8 Add missing license statement by Jens Nyman · 8 months ago
  36. cc0122f Merge pull request #38 from google/dependabot/maven/com.google.protobuf-protobuf-javalite-3.20.3 by Jens Nyman · 8 months ago
  37. 65e40fe Merge pull request #37 from google/dependabot/maven/com.google.guava-guava-32.0.0-jre by Jens Nyman · 8 months ago
  38. 0135adf Merge pull request #39 from google/dependabot/github_actions/actions/checkout-4 by Jens Nyman · 8 months ago
  39. 497c0f2 Allow setting a custom name in TestParameter value providers. by Jens Nyman · 8 months ago
  40. 4f10c56 JUnit4: Fix for interrupted test cases causing random failures with thread reuse by Jens Nyman · 8 months ago
  41. 782fec0 Add support for BigInteger and UnsignedLong by Jens Nyman · 8 months ago
  42. e42d9d9 Bump actions/checkout from 3 to 4 by dependabot[bot] · 9 months ago
  43. 5df84d5 Use Truth library built from source. am: a92af87c9e am: 1a8d4b6fab am: 1eb31be40c am: 934d8c88e4 am: 32a60d915f by Krzysztof Kosiński · 9 months ago
  44. 32a60d9 Use Truth library built from source. am: a92af87c9e am: 1a8d4b6fab am: 1eb31be40c am: 934d8c88e4 by Krzysztof Kosiński · 9 months ago
  45. 934d8c8 Use Truth library built from source. am: a92af87c9e am: 1a8d4b6fab am: 1eb31be40c by Krzysztof Kosiński · 9 months ago
  46. 1eb31be Use Truth library built from source. am: a92af87c9e am: 1a8d4b6fab by Krzysztof Kosiński · 9 months ago
  47. 1a8d4b6 Use Truth library built from source. am: a92af87c9e by Krzysztof Kosiński · 9 months ago
  48. a92af87 Use Truth library built from source. by Krzysztof Kosiński · 9 months ago
  49. 9221b46 Bump com.google.protobuf:protobuf-javalite from 3.20.0 to 3.20.3 by dependabot[bot] · 10 months ago
  50. 763fe05 Bump com.google.guava:guava from 30.1-jre to 32.0.0-jre by dependabot[bot] · 10 months ago
  51. 7bf68d2 Merge pull request #36 from ArnasSmicius/techical/snakeyaml_2_0 by Jens Nyman · 10 months ago
  52. fcfe102 Bump org.yaml.snakeyaml 1.27 -> 2.0 by Henrikas Arnas Smičius · 10 months ago
  53. 3cefbc2 Bump version to v1.12 in README.md by Jens Nyman · 1 year ago
  54. 7f9e335 Make TestParametersValues.name() optional by Jens Nyman · 1 year ago
  55. 3b21753 Add changelog entries for the recent changes by Jens Nyman · 1 year ago
  56. 5581864 Prefix ambiguous strings and null values with the parameter name by Jens Nyman · 1 year ago
  57. e0383ef Remove unused field @TestParameterAnnotation.name by Jens Nyman · 1 year, 1 month ago
  58. 8258a53 Bump version to v1.11 in README.md by Jens Nyman · 1 year, 2 months ago
  59. 75931e3 Remove Alex Jurkowski as developer by Jens Nyman · 1 year, 2 months ago
  60. 7231ab5 Merge pull request #32 from eikemeier/main by Jens Nyman · 1 year, 2 months ago
  61. e4314f9 Replace deprecated call to org.yaml.snakeyaml.constructor.SafeConstructor by Oliver Eikemeier · 1 year, 2 months ago
  62. f5b7baf Aribtrary auto-formatting changes by Jens Nyman · 1 year, 7 months ago
  63. 0158f78 Bump version to v1.10 in README.md by Jens Nyman · 1 year, 7 months ago
  64. 32089c6 Replace deprecated method BlockJUnit4ClassRunner.withPotentialTimeout(). by Jens Nyman · 1 year, 7 months ago
  65. 58d298f pom.xml: Add -Xlint:deprecation so that deprecation warnings are printed out in full by Jens Nyman · 1 year, 7 months ago
  66. 0d48f95 Replace dependency on protobuf.ByteString by reflection in ParameterValueParsing by Jens Nyman · 1 year, 7 months ago
  67. 46c5758 Bugfix: Recover from LinkageErrors if they happen when getting the ByteString class. by Jens Nyman · 1 year, 7 months ago
  68. 481c9c4 Replace dependency on protobuf.ByteString by reflection in TestParameterAnnotationMethodProcessor by Jens Nyman · 1 year, 7 months ago
  69. 26e5c4d Remove dependency on MessageLite by Jens Nyman · 1 year, 7 months ago
  70. bac47b7 Add a test to show support for Kotlin @JvmInline value classes as @TestParameter method parameters by Jens Nyman · 1 year, 7 months ago
  71. 5bd07d2 Add a test to show support for Kotlin @JvmInline value classes as @TestParameters method parameters by Jens Nyman · 1 year, 7 months ago
  72. 6669a2d Roll back earlier change that adds support for Kotlin @JvmInline value classes because the hack broke real use cases by Jens Nyman · 1 year, 7 months ago
  73. 8ace594 Add a test to show support for Kotlin @JvmInline value classes as @TestParameter field parameters by Jens Nyman · 1 year, 7 months ago
  74. ea2ccf7 Add support for Kotlin @JvmInline value classes as @TestParameter method parameters by Jens Nyman · 1 year, 7 months ago
  75. 6371cc4 Add a Kotlin test to supplement the Java/JVM and Java/Android tests. by Jens Nyman · 1 year, 7 months ago
  76. 42468a0 Remove java 8 dependencies across the codebase by Jens Nyman · 1 year, 8 months ago
  77. cd15758 Add entry to 1.9 changelog: Test names are no longer dependent on the locale by Jens Nyman · 1 year, 8 months ago
  78. bac0007 Bump version to v1.9 in README.md by Jens Nyman · 1 year, 8 months ago
  79. 9d34787 Remove dependencies on Java 8, to allow older Android versions to use it by Jens Nyman · 1 year, 8 months ago
  80. 2290212 TestParameterInjector: Apply SharedTestUtilitiesJUnit4.SuccessfulTestCaseBase to TestParameterTest by Jens Nyman · 2 years, 1 month ago
  81. e390bab TestParameterInjector: Support byte arrays in test name. by Jens Nyman · 2 years, 1 month ago
  82. 192024a TestInfoParameter: Rename ambiguous 'name' to 'valueInTestName'. by Jens Nyman · 2 years, 1 month ago
  83. 8f9eaff TestParameterInjector: Apply SharedTestUtilitiesJUnit4.SuccessfulTestCaseBase to TestParametersMethodProcessorTest by Jens Nyman · 2 years, 1 month ago
  84. 944fcc0 TestParameterInjector: Add SharedTestUtilitiesJUnit4.SuccessfulTestCaseBase and apply it it simplify the JUnit4 tests by Jens Nyman · 2 years, 1 month ago
  85. 7f56748 TestParameterInjector: Move PluggableTestRunner.run() into shared test-only class by Jens Nyman · 2 years, 1 month ago
  86. 50632bd Add rule ordering fix to CHANGELOG by Jens Nyman · 2 years, 1 month ago
  87. 7360b1e Remove tests that are dependent on the build tool. by Jens Nyman · 2 years, 1 month ago
  88. 91901ed Bugfix: Apply explicit rule ordering if specified. by Jens Nyman · 2 years, 1 month ago
  89. 600d2e6 Merge branch 'main' of github:google/TestParameterInjector by Jens Nyman · 2 years, 2 months ago
  90. f7ffdf8 Internal implementation detail: Remove unused overridable methods by Jens Nyman · 2 years, 2 months ago
  91. 732412d Internal implementation detail: Rename getOuterTestRules() to getExtraTestRules() by Jens Nyman · 2 years, 2 months ago
  92. 459c1ab Merge pull request #20 from google/dependabot/github_actions/actions/setup-java-3 by Jens Nyman · 2 years, 2 months ago
  93. 289cc41 Merge pull request #21 from GediminasZukas/main by Jens Nyman · 2 years, 2 months ago
  94. 4d0fe88 Bump protobuf dependency 3.0.1 -> 3.20.0 by GediminasZukas · 2 years, 2 months ago
  95. daa7c58 Bump actions/setup-java from 2 to 3 by dependabot[bot] · 2 years, 2 months ago
  96. a9fc69d Add a section to the README about filtering unwanted test cases. by Jens Nyman · 2 years, 3 months ago
  97. bc1d03c Merge pull request #18 from google/dependabot/github_actions/actions/checkout-3 by Jens Nyman · 2 years, 3 months ago
  98. a25f43d Bump actions/checkout from 2.4.0 to 3 by dependabot[bot] · 2 years, 3 months ago
  99. 1c17571 CHANGELOG: Add that there is now support for JUnit5 by Jens Nyman · 2 years, 4 months ago
  100. 162eef6 README: Add <scope>test</scope> to maven targets by Jens Nyman · 2 years, 4 months ago