Skip to content

Fluent assertions for the serialization and deserialization of POJOs into JSON.

License

Notifications You must be signed in to change notification settings

trickl/assertj-json-serialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trickl AssertJ JSON Serialize

Maven Central build_status Maintainability Test Coverage License

AssertJ fluent assertions for the serialization and deserialization of POJOs into JSON.

Installation

To install from Maven Central:

<dependency>
  <groupId>com.github.trickl</groupId>
  <artifactId>assertj-json-serialize</artifactId>
  <version>0.1.0</version>
</dependency>

Example

    assertThat(account)
        .deserializesAsExpected()
        .serializesAsExpected()
        .schemaAsExpected();

Building

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

git clone https://github.com/trickl/assertj-json-serialize.git

To build the library run

mvn clean build

Acknowledgments

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

About

Fluent assertions for the serialization and deserialization of POJOs into JSON.

Resources

License

Stars

Watchers

Forks

Packages

No packages published