Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.38 KB

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/