aboutsummaryrefslogtreecommitdiff
path: root/README.google
blob: a1ef97e9c91f4a8a217c1493fad5999dc75e1d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.
      36541809 - Partially revert 36541809 to allow @TestCaseName to be
                 used as long as it generates a name that is compatible
                 with CTS and AJUR.