License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.tocea.easycoverage |
ArtifactId | ArtifactIdeasyCoverage4J-junit |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasy Coverage for JUnit
Framework for generating unit tests and provides a minimal coverage.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.tocea.easycoverage/easyCoverage4J-junit/ -->
<dependency>
<groupId>com.tocea.easycoverage</groupId>
<artifactId>easyCoverage4J-junit</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tocea.easycoverage/easyCoverage4J-junit/
implementation 'com.tocea.easycoverage:easyCoverage4J-junit:2.3.1'
// https://jarcasting.com/artifacts/com.tocea.easycoverage/easyCoverage4J-junit/
implementation ("com.tocea.easycoverage:easyCoverage4J-junit:2.3.1")
'com.tocea.easycoverage:easyCoverage4J-junit:jar:2.3.1'
<dependency org="com.tocea.easycoverage" name="easyCoverage4J-junit" rev="2.3.1">
<artifact name="easyCoverage4J-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tocea.easycoverage', module='easyCoverage4J-junit', version='2.3.1')
)
libraryDependencies += "com.tocea.easycoverage" % "easyCoverage4J-junit" % "2.3.1"
[com.tocea.easycoverage/easyCoverage4J-junit "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
com.tocea.easycoverage : easyCoverage4J-framework | jar | 2.3.1 |
org.slf4j : slf4j-api | jar | 1.6.4 |
ch.qos.logback : logback-classic | jar | 1.0.3 |