blob: a1ef97e9c91f4a8a217c1493fad5999dc75e1d2f [file] [log] [blame]
Paul Duffinfd1f9492016-07-12 11:23:47 +01001URL: https://github.com/Pragmatists/JUnitParams
2License: Apache License Version 2.0
3License File: LICENSE.txt
4
5Description:
6Parameterised tests that don't suck
7
8Local Modifications:
Paul Duffine91f13f2016-07-15 11:00:43 +01009 30244565 - Work around the Android API's lack of the class
10 javax.lang.model.type.NullType by replacing
11 with Void.
Paul Duffinf60f4ca2016-07-15 11:02:21 +010012 30244565 - Work around Android's lack of the
13 java.beans.PropertyEditor and
14 java.beans.PropertyEditorManager classes by
15 removing the usages of them.
Paul Duffin99fe7c32017-03-22 15:52:14 +000016 36074730 - Make sure that filters affect the Description.
Paul Duffin2a75dcb2017-05-23 16:10:39 +010017 36541809 - Hard code the description name to be compatible with CTS
18 and prevent use of @TestCaseName.
19 Ignore tests broken by the above change.
Paul Duffinb03560c2017-05-25 12:03:09 +010020 38419944 - Fix sharding on CTS.
Paul Duffindeb70662022-04-08 14:53:28 +010021 36541809 - Partially revert 36541809 to allow @TestCaseName to be
22 used as long as it generates a name that is compatible
23 with CTS and AJUR.