I'm constructing my own Fixture which implements StepBase.
During construction I attempt to retrieve something from Context, which may be null.
I receive a 'key not found error' - which is not caught in the correct location.
I should expect the test to fail instead of crash.
I'm constructing my own Fixture which implements StepBase.
During construction I attempt to retrieve something from Context, which may be null.
I receive a 'key not found error' - which is not caught in the correct location.
I should expect the test to fail instead of crash.