blob: 51a1ae9807f2f6d4918039c9dbaf99d9e054b4b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install preinst prepare setup test
DEPEND=>=virtual/jdk-11:* dev-java/apiguardian-api:0 dev-java/opentest4j:0 dev-java/open-test-reporting-events:0 dev-java/picocli:0 dev-java/univocity-parsers:0 migration-support? ( dev-java/junit:4 ) vintage? ( dev-java/junit:4 ) test? ( dev-java/jimfs:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
DESCRIPTION=Simple framework to write repeatable tests
EAPI=8
HOMEPAGE=https://junit.org/junit5/
INHERIT=java-pkg-2 java-pkg-simple
IUSE=doc migration-support suite vintage source test
KEYWORDS=amd64 arm64 ppc64
LICENSE=EPL-2.0
RDEPEND=>=virtual/jre-1.8:* dev-java/apiguardian-api:0 dev-java/opentest4j:0 dev-java/open-test-reporting-events:0 dev-java/picocli:0 dev-java/univocity-parsers:0 migration-support? ( dev-java/junit:4 ) vintage? ( dev-java/junit:4 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=!test? ( test )
SLOT=5
SRC_URI=https://github.com/junit-team/junit5/archive/r5.10.3.tar.gz -> junit-5.10.3.tar.gz
_eclasses_=java-utils-2 4b88d12e899778ff681b67d7bcbb54f0 java-pkg-2 6e6478d8b78f18251c008bad32994df9 java-pkg-simple 8221818a4df90800de803a44fd0875b4
_md5_=55e0c1f81d728dad35242a63c76a1b33
|