Method | Description | |
---|---|---|
ConfigureToThrowAssertExceptions ( |
The ProgressControllerStep which are used by default will swallow the assert exceptions which means that investigating why something is failing requires more time and effort. This extension method will record the first UnitTestAssertException which was thrown during execution and will rethrow it on a way that will allow the test to fail and see the original stack that caused the test failure (on Finished event)
|
|
InitializeWithTestErrorHandling ( |
Initializes the specified controller with custom error handler that will allow assertions to be raised
|
public static ConfigureToThrowAssertExceptions ( |
||
controller | The controller to configure | |
return |
public static InitializeWithTestErrorHandling ( |
||
controller | Controller instance to initialize | |
return |