blob: 47541baaac95c62ad8fa28f1ad2736024ebfe91b [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.