blob: 09c7241a0e7acd10cd2675fdb57d17fbf94e4aa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile install preinst prepare setup test
DEPEND=>=virtual/jdk-1.8:* >=dev-java/junit-4.12:4 test? ( >=dev-java/assertj-core-2.3.0:2 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:4 )
DESCRIPTION=JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
EAPI=7
HOMEPAGE=https://github.com/randomizedtesting/randomizedtesting/randomizedtesting-runner
INHERIT=java-pkg-2 java-pkg-simple
IUSE=elibc_FreeBSD doc source test
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=virtual/jre-1.8:* >=dev-java/junit-4.12:4 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/randomizedtesting/randomizedtesting/archive/refs/tags/release/2.7.8.tar.gz -> randomized-runner-2.7.8.tar.gz
_eclasses_=java-utils-2 8a3af9303fdbeca4510a6ba6e91b1460 java-pkg-2 a3d583b3f640032c3eff643a4191bd03 java-pkg-simple 148ea0f0bf459bdb4768a56036df3cc2
_md5_=9b3d54b6aa5eb05f69d65ed4a2c8437e
|