History log of /external/junit-params/src/main/java/junitparams/internal/parameters/ParametersFromExternalClassProvideMethod.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e91f13f29b06462b03b1f757f206ab4d44e374b2 15-Jul-2016 Paul Duffin <paulduffin@google.com> Workaround Android's lack of javax.lang.model.type.NullType

The NullType class is used as a default value to indicate that
the @Parameters source attribute has not been explicitly set.
As such while it is externally visible it is not something that
clients would be depending upon. Clients are highly unlikely to
either check the source attribute themselves, or specify a value
of Void.class so this change should be safe.

Bug: 30244565
Test: Once it compiles the tests will be run.
Change-Id: If2d1c73e81aabc98f1431206279e82e9e043f4c0
/external/junit-params/src/main/java/junitparams/internal/parameters/ParametersFromExternalClassProvideMethod.java
fd1f9491413fcdbfae3cbd43651db31fdabce41a 12-Jul-2016 Paul Duffin <paulduffin@google.com> Initial checkin of JUnitParams-1.0.5

Adds README.version, README.google, MODULE_LICENSE_APACHE2 files
as required by the process (see b/30087411).

The code does not yet compile; it requires patching to work with
Android API and JUnit 4.10. Those patches will be added in
separate commits to make it easy to identify the Android
specific changes. All the changes will be submitted together.

Bug: 30244565
Change-Id: Icf556377478c3afdd644c5e4db0ff18898f496ae
Test: Once it compiles the tests will be run.
/external/junit-params/src/main/java/junitparams/internal/parameters/ParametersFromExternalClassProvideMethod.java