Initializes the class under test with it dependencies so that you do not have to declare setters just for testing.
'com.box20six:otasco:1.0.0'
<dependency> <groupId>com.box20six</groupId> <artifactId>otasco</artifactId> <version>1.0.0</version> </dependency>
<dependency org="com.box20six" name="otasco" rev="1.0.0"/>
"com.box20six", "otasco", "1.0.0"