phil-t
11/09/2020, 11:27 AMglobalAssertSoftly
to true for my tests but have found a situation where I don't want to use this - is there a way to not use soft assertions for an individual test, or to stop the test after a specific assertion? I've tried exitProcess(0)
but this leads to the test being terminated without any information about the assertion.sam
11/09/2020, 12:18 PMphil-t
11/09/2020, 12:19 PM