1URL: 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: 9 30244565 - Work around the Android API's lack of the class 10 javax.lang.model.type.NullType by replacing 11 with Void. 12 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. 16 36074730 - Make sure that filters affect the Description. 17 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. 20 38419944 - Fix sharding on CTS. 21