Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. expect(yourTests).to.be("simple");
  2. expect(javasAge).to.be.within(15, 25);
  3. expect(collection).to.include(aSpecificValue);
  4. expect(java).to.have.a.property("age").which.is.at.least(20);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement