is not current version
Last Version 0.1.1

com.github.mjeanroy:junit-customclassloader 0.1.0

Run your JUnit 4 tests with a custom classloader.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

junit-customclassloader
Version

Version

0.1.0
Type

Type

jar

Download junit-customclassloader 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/junit-customclassloader/ -->
<dependency>
    <groupId>com.github.mjeanroy</groupId>
    <artifactId>junit-customclassloader</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-customclassloader/
implementation 'com.github.mjeanroy:junit-customclassloader:0.1.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-customclassloader/
implementation ("com.github.mjeanroy:junit-customclassloader:0.1.0")
'com.github.mjeanroy:junit-customclassloader:jar:0.1.0'
<dependency org="com.github.mjeanroy" name="junit-customclassloader" rev="0.1.0">
  <artifact name="junit-customclassloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='junit-customclassloader', version='0.1.0')
)
libraryDependencies += "com.github.mjeanroy" % "junit-customclassloader" % "0.1.0"
[com.github.mjeanroy/junit-customclassloader "0.1.0"]