Skip to content

ahunigel/test-toolkit

Repository files navigation

test-toolkit

Provide an additional test toolkit library for Java unit test.

Features

  • JUnit additional Assertions
    • assertNotEmpty/assertBlank/assertNotBlank for Collection
    • assertNotEmpty for Map
    • assertNotEmpty/assertBlank/assertNotBlank for String
  • MockitoBaseTest

How to use

Step 1. Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.ahunigel:test-toolkit:{version}'
}

Refer to https://jitpack.io/#ahunigel/test-toolkit for details.

See Also

TODOs

  • hamcrest collection matcher
    • hasItemsInOrder

About

Java test toolkit

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •