setupmethodとtestmethod1(,testmethod2)を結びつける。 setupmethodは、setupが呼ばれたあと、testmethod1が呼ばれる前に実行する。
testmethod1と結びついているsetupmethodを実行する。 setupmethodが無いときは何もしない。