o

otasco

Initializes the class under test with it dependencies so that you do not have to declare setters just for testing.
http://www.kenyattaclark.com/box20six/otasco
The Apache Software License, Version 2.0
Files download
File Operation
otasco-1.0.0.jar download
otasco-1.0.0.pom download
otasco-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.box20six</groupId>
  <artifactId>otasco</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.box20six:otasco:1.0.0'
Gradle Kotlin
implementation("com.box20six:otasco:1.0.0")
Scala SBT
libraryDependencies += "com.box20six" % "otasco" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.box20six', module='otasco', version='1.0.0')
)
Apache Ivy
<dependency org="com.box20six" name="otasco" rev="1.0.0" />
Leiningen
[com.box20six/otasco "1.0.0"]
Apache Buildr
'com.box20six:otasco:jar:1.0.0'