b

beanrunner

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.
http://beanrunner.sourceforge.net
Mozilla Public License 1.0 (MPL)
Matthew O. Smith
Files download
File Operation
beanrunner-0.0.5.jar download
beanrunner-0.0.5.pom download
beanrunner-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.beanrunner</groupId>
  <artifactId>beanrunner</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'net.sf.beanrunner:beanrunner:0.0.5'
Gradle Kotlin
implementation("net.sf.beanrunner:beanrunner:0.0.5")
Scala SBT
libraryDependencies += "net.sf.beanrunner" % "beanrunner" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.beanrunner', module='beanrunner', version='0.0.5')
)
Apache Ivy
<dependency org="net.sf.beanrunner" name="beanrunner" rev="0.0.5" />
Leiningen
[net.sf.beanrunner/beanrunner "0.0.5"]
Apache Buildr
'net.sf.beanrunner:beanrunner:jar:0.0.5'