Files
rk35xx-android14/external/junit-params/README.google
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

24 lines
1006 B
Plaintext

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.