Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rrohm/assertjson

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
13 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

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.