Lightweight framework to expect results or throw exceptions. If any test fails, halts execution. Exceptions can be caught with standard try ... catch blocks.
try ... catch
Lightweight framework to expect results or throw exceptions. If any test fails, halts execution. Exceptions can be caught with standard
try ... catch
blocks.