blob: 472527376260f1542eb14aa8437a2ba892cb77a1 (
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 b5e6ac3113ad5ad2b604a72029a9969f java-pkg-2 37e38ed0662a78bfde9cb4f6d11ed6dc java-pkg-simple 32db5887f3a48fbee5a8694cc9c15a1d
_md5_=9b3d54b6aa5eb05f69d65ed4a2c8437e
|