IMO:
I mean it in the nicest way possible (although it is going to be hard).
-
For me to understand what the tests do, I look for "Is" or "Are" or "Must", "HasTo", "Does", "Calls" but not "Should"; not this soft and nice "Should"; it sounds like "if you have a chance to do it" or similar.
-
Having it as an extension and using it at the end of the statement is harder to read and understand the intension. One is Asserting that something works and therefore stating it in the first place.
IMO:
I mean it in the nicest way possible (although it is going to be hard).
For me to understand what the tests do, I look for "Is" or "Are" or "Must", "HasTo", "Does", "Calls" but not "Should"; not this soft and nice "Should"; it sounds like "if you have a chance to do it" or similar.
Having it as an extension and using it at the end of the statement is harder to read and understand the intension. One is Asserting that something works and therefore stating it in the first place.