Bean 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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.beanrunner
ArtifactId

ArtifactId

beanrunner
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Bean 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

http://beanrunner.sourceforge.net
Source Code Management

Source Code Management

https://svn.code.sf.net/p/beanrunner/code/beanrunner/tags/beanrunner-1.0.0

Download beanrunner

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

test (2)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.2.2
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.6
0.0.5
0.0.3
0.0.2