!7 p { S botName = "CPU Monitor Bot"; assertFalse("Please stop " + botName + " prior to using this test", hasBot(botName)); Class bot = run(#1001405); assertTrue(hasBot(botName)); cleanUp(bot); assertFalse(hasBot(botName)); }