Skip to content

hpple/reflection-assert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflection Assert for JUnit 5

Fork of reflection assert from Unitils (http://www.unitils.org) compatible with JUnit 5.

Dependency

First of all, add JitPack to your project:

Gradle

repositories {
    // ...
    maven { url "https://jitpack.io" }
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Then add the dependency:

Gradle

testCompile 'com.github.hpple:reflection-assert:0.1'

Maven

<dependency>
    <groupId>com.github.hpple</groupId>
    <artifactId>reflection-assert</artifactId>
    <version>0.1</version>
</dependency>

About

Reflection Assert for JUnit 5 & others

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages