SYMBOL INDEX (56 symbols across 3 files) FILE: HTMLTestRunner_cn.py class OutputRedirector (line 127) | class OutputRedirector(object): method __init__ (line 130) | def __init__(self, fp): method write (line 133) | def write(self, s): method writelines (line 136) | def writelines(self, lines): method flush (line 139) | def flush(self): class Template_mixin (line 151) | class Template_mixin(object): method __getattribute__ (line 779) | def __getattribute__(self, item): class _TestResult (line 793) | class _TestResult(TestResult): method __init__ (line 797) | def __init__(self, verbosity=1, retry=0,save_last_try=False): method startTest (line 823) | def startTest(self, test): method complete_output (line 836) | def complete_output(self): method stopTest (line 848) | def stopTest(self, test): method addSuccess (line 880) | def addSuccess(self, test): method addFailure (line 893) | def addFailure(self, test, err): method addError (line 915) | def addError(self, test, err): method addSkip (line 937) | def addSkip(self, test, reason): class HTMLTestRunner (line 950) | class HTMLTestRunner(Template_mixin): method __init__ (line 951) | def __init__(self, stream=sys.stdout, verbosity=1, title=None, descrip... method run (line 968) | def run(self, test): method sortResult (line 986) | def sortResult(self, result_list): method getReportAttributes (line 1004) | def getReportAttributes(self, result): method generateReport (line 1036) | def generateReport(self, result): method _generate_stylesheet (line 1057) | def _generate_stylesheet(self): method _generate_heading (line 1060) | def _generate_heading(self, report_attrs): method _generate_report (line 1075) | def _generate_report(self, result): method _generate_report_test (line 1129) | def _generate_report_test(self, rows, cid, tid, n, t, o, e): method _generate_ending (line 1208) | def _generate_ending(self): class TestProgram (line 1219) | class TestProgram(unittest.TestProgram): method runTests (line 1225) | def runTests(self): FILE: test_screenshot_appium.py class case_01 (line 11) | class case_01(unittest.TestCase): method setUpClass (line 14) | def setUpClass(cls): method tearDownClass (line 24) | def tearDownClass(cls): method add_img (line 28) | def add_img(self): method setUp (line 33) | def setUp(self): method cleanup (line 37) | def cleanup(self): method test_case1 (line 41) | def test_case1(self): FILE: test_screenshot_selenium.py class case_01 (line 13) | class case_01(unittest.TestCase): method setUpClass (line 23) | def setUpClass(cls): method tearDownClass (line 27) | def tearDownClass(cls): method add_img (line 30) | def add_img(self): method setUp (line 34) | def setUp(self): method cleanup (line 39) | def cleanup(self): method test_case1 (line 43) | def test_case1(self): method test_case2 (line 57) | def test_case2(self): method test_case3 (line 63) | def test_case3(self): method test_case4 (line 70) | def test_case4(self): class case_02 (line 78) | class case_02(unittest.TestCase): method setUpClass (line 88) | def setUpClass(cls): method tearDownClass (line 92) | def tearDownClass(cls): method add_img (line 95) | def add_img(self): method setUp (line 99) | def setUp(self): method cleanup (line 104) | def cleanup(self): method test_case1 (line 108) | def test_case1(self): method test_case2 (line 122) | def test_case2(self): method test_case3 (line 128) | def test_case3(self): method test_case4 (line 135) | def test_case4(self):