This example shows how to configure advanced test options. These may be necessary
when your tests are more complicated than having simple assertions. With advanced
test options, you can specify:
that a given test is supposed to fail (in which case it
passes becauses the failure was expected)
that a given test should throw an error (in which case it passes because
the error was expected)