Utility class useful in scenarios where actual testing code is reused in
different contexts and file+line information is not enough to uniquely
identify failed case.
NamedTest is also exception class on its own - when test condition fails
it throws itself.
Utility class useful in scenarios where actual testing code is reused in different contexts and file+line information is not enough to uniquely identify failed case.
NamedTest is also exception class on its own - when test condition fails it throws itself.