Skip to content

rrohm/assertjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssertJSON

AssertJson is a library for testing json data, i.e., for examining JSON content, it's structure and it's attributes. It also aims at beeing a simple, no-dependency, tool for fetching JSON content from REST resources.

HTTPJsonClient.GET("http://localhost:" + JAX_WS_PORT + "/openejb/categories")
        .authenticate("Superuser", "super")
        .send()
        .assertNotNull()
        .assertStatus(200)
        .assertJSON()
        .isArray()
        .assertNotEmtpy();

About

AssertJson is a library for unit testing json data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages