Created
October 7, 2015 19:54
-
-
Save netopyr/82e688e375f47a33d6d5 to your computer and use it in GitHub Desktop.
Examples of Čaj library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expect(yourTests).to.be("simple"); | |
expect(javasAge).to.be.within(15, 25); | |
expect(collection).to.include(aSpecificValue); | |
expect(java).to.have.a.property("age").which.is.at.least(20); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment