Running the first test
At this point, you can run the scenarios created in the first step. The scenario will fail because it will invoke a method whose implementation simply throws an UnsupportedOperationException. But the test will not result in an error. This ensures that you have the technical structure in place and you can begin to write the actual implementation code.
