r

recursive-assertion-junit5

This utility library helps to assert complex models using various settings and provide convenient error messages using JUnit 5 AssertAll mechanism.
https://github.com/VladislavSevruk/RecursiveAssertion/recursive-assertion-junit5
MIT License
Uladzislau Seuruk
Files download
File Operation
recursive-assertion-junit5-1.0.1.jar download
recursive-assertion-junit5-1.0.1.pom download
recursive-assertion-junit5-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vladislavsevruk</groupId>
  <artifactId>recursive-assertion-junit5</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.vladislavsevruk:recursive-assertion-junit5:1.0.1'
Gradle Kotlin
implementation("com.github.vladislavsevruk:recursive-assertion-junit5:1.0.1")
Scala SBT
libraryDependencies += "com.github.vladislavsevruk" % "recursive-assertion-junit5" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vladislavsevruk', module='recursive-assertion-junit5', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.vladislavsevruk" name="recursive-assertion-junit5" rev="1.0.1" />
Leiningen
[com.github.vladislavsevruk/recursive-assertion-junit5 "1.0.1"]
Apache Buildr
'com.github.vladislavsevruk:recursive-assertion-junit5:jar:1.0.1'