aboutsummaryrefslogtreecommitdiffstats
path: root/README.google
blob: ac1b328b180548fd85cee64e714738c1566e8688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.