lin
2025-07-30 fcd736bf35fd93b563e9bbf594f2aa7b62028cc9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
URL: https://github.com/Pragmatists/JUnitParams
License: Apache License Version 2.0
License File: LICENSE.txt
 
Description:
Parameterised tests that don't suck
 
Local Modifications:
      30244565 - Work around the Android API's lack of the class
                 javax.lang.model.type.NullType by replacing
                 with Void.
      30244565 - Work around Android's lack of the
                 java.beans.PropertyEditor and
                 java.beans.PropertyEditorManager classes by
                 removing the usages of them.
      36074730 - Make sure that filters affect the Description.
      36541809 - Hard code the description name to be compatible with CTS
                 and prevent use of @TestCaseName.
                 Ignore tests broken by the above change.
      38419944 - Fix sharding on CTS.