License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.beanrunner |
ArtifactId | ArtifactIdbeanrunner |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBean Runner
This project provides a meaningful way to increase
code coverage of your jUnit and TestNG tests. Unit testing Java Beans
can be a tedious task. The goal of this project is to provide an
automated way to unit test the getters and setters of a class.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beanrunner-1.0.0.pom | |
beanrunner-1.0.0.jar | 17 KB |
beanrunner-1.0.0-test-sources.jar | 2 KB |
beanrunner-1.0.0-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.beanrunner/beanrunner/ -->
<dependency>
<groupId>net.sf.beanrunner</groupId>
<artifactId>beanrunner</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.beanrunner/beanrunner/
implementation 'net.sf.beanrunner:beanrunner:1.0.0'
// https://jarcasting.com/artifacts/net.sf.beanrunner/beanrunner/
implementation ("net.sf.beanrunner:beanrunner:1.0.0")
'net.sf.beanrunner:beanrunner:jar:1.0.0'
<dependency org="net.sf.beanrunner" name="beanrunner" rev="1.0.0">
<artifact name="beanrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.beanrunner', module='beanrunner', version='1.0.0')
)
libraryDependencies += "net.sf.beanrunner" % "beanrunner" % "1.0.0"
[net.sf.beanrunner/beanrunner "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.2.2 |
org.apache.commons : commons-lang3 | jar | 3.4 |