brstest icon indicating copy to clipboard operation
brstest copied to clipboard

add optional message parameter to assertion methods

Open jamestalmage opened this issue 11 years ago • 0 comments

For example: If I'm using t.assertTrue(...) multiple times in the same test, I currently have no way of knowing which of those assertions failed. An expanded syntax of:

t.assertTrue(value, message="" as String)

would allow for easy differentiation.

jamestalmage avatar Mar 22 '15 17:03 jamestalmage