wwag110465 / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Add assertions related to ranges (assertRange, assertNotRange, etc) #317

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm doing some tests for an app with lots of values that must reside inside a 
range. I think that an assertRange([msg], startOfRange, endOfRange, actual) 
would greatly simplify my work and it shouldn't be too hard to implement.

Thank you.

Original issue reported on code.google.com by carlos.a...@gmail.com on 26 Dec 2011 at 7:19