Skip to content

trickl/assertj-directories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trickl AssertJ Directories

Maven Central build_status Maintainability Test Coverage License

Provides assertions like AssertJ for comparing directories

Installation

To install from Maven Central:

<dependency>
  <groupId>com.github.trickl</groupId>
  <artifactId>assertj-directories</artifactId>
  <version>0.1.1</version>
</dependency>

Usage

See the Junit tests for usage

Building

To download the library into a folder called "assertj-directories" run

git clone https://github.com/trickl/assertj-directories.git

To build the library run

mvn clean build

Acknowledgments

AssertJ - http://joel-costigliola.github.io/assertj/