Closed carusogabriel closed 6 years ago
I've refactored some tests, like #275, this time using:
assertInstanceOf
instanceof
assertCount
count
assertGreaterThan
@carusogabriel Thanks
I've refactored some tests, like #275, this time using:
assertInstanceOf
instead ofinstanceof
operator;assertCount
instead ofcount
function;assertGreaterThan
for mathematical comparisons;