copypastedeveloper / given

Given is a bdd library made with the intent of wrapping common testing frameworks easily.
10 stars 2 forks source link

Include new Should extensions for testing the count of lists. #7

Open KarsonAlford opened 10 years ago

KarsonAlford commented 10 years ago

ShouldContainOne ShouldContainTwo ShouldContainExactly(int num) ShouldContainRange(int min, int max)