Skip to content

leeonky/assertj-DAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assertj-DAL

travis-ci coveralls Lost commit Maven Central License

use DAL in assertj

Example

    DALAssert.assertThat(1L).should("= 1L");
    DALAssert.expect(1L).should("= 1L");
    
    DALAssert.expect(1L).exact("1L");       // = 1L
    DALAssert.expect(1L).match("1");        // : 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages