def _test_template(self, application): "Test that Application '{}' exists (generated test)." App('{}(random_argument)'.format(application), where=DUMMY_WHERE)
def test_Goto(self): "Test that Application 'Goto' exists." App('Goto(random_argument)', where=DUMMY_WHERE)