setup() and teardown() receive the name of the method they are about to test as the 'currentMethod' argument.
Description
setup() and teardown() receive the name of the method they are about to test as the 'method' argument. This is great so in your setup and tear downs you can do things differently for the different test methods.