xref: /aosp_15_r20/external/junit-params/README.google (revision b2c653efad15baf736c94ef04454e05088f2cbb7)
1*b2c653efSSorin BascaURL: https://github.com/Pragmatists/JUnitParams
2*b2c653efSSorin BascaLicense: Apache License Version 2.0
3*b2c653efSSorin BascaLicense File: LICENSE.txt
4*b2c653efSSorin Basca
5*b2c653efSSorin BascaDescription:
6*b2c653efSSorin BascaParameterised tests that don't suck
7*b2c653efSSorin Basca
8*b2c653efSSorin BascaLocal Modifications:
9*b2c653efSSorin Basca      30244565 - Work around the Android API's lack of the class
10*b2c653efSSorin Basca                 javax.lang.model.type.NullType by replacing
11*b2c653efSSorin Basca                 with Void.
12*b2c653efSSorin Basca      30244565 - Work around Android's lack of the
13*b2c653efSSorin Basca                 java.beans.PropertyEditor and
14*b2c653efSSorin Basca                 java.beans.PropertyEditorManager classes by
15*b2c653efSSorin Basca                 removing the usages of them.
16*b2c653efSSorin Basca      36074730 - Make sure that filters affect the Description.
17*b2c653efSSorin Basca      36541809 - Hard code the description name to be compatible with CTS
18*b2c653efSSorin Basca                 and prevent use of @TestCaseName.
19*b2c653efSSorin Basca                 Ignore tests broken by the above change.
20*b2c653efSSorin Basca      38419944 - Fix sharding on CTS.
21*b2c653efSSorin Basca      36541809 - Partially revert 36541809 to allow @TestCaseName to be
22*b2c653efSSorin Basca                 used as long as it generates a name that is compatible
23*b2c653efSSorin Basca                 with CTS and AJUR.
24