Package test_suite :: Module relax_test_runner :: Class GuiTestResult
[hide private]
[frames] | no frames]

Class GuiTestResult

source code


A replacement for the TextTestResult class for the GUI.

Instance Methods [hide private]
 
stopTest(self, test)
Override of the RelaxTestResult.stopTest() method.
source code

Inherited from RelaxTestResult: addError, addFailure, startTest

Inherited from unittest.runner.TextTestResult: __init__, addExpectedFailure, addSkip, addSuccess, addUnexpectedSuccess, getDescription, printErrorList, printErrors

Inherited from unittest.result.TestResult: __repr__, startTestRun, stop, stopTestRun, wasSuccessful

Inherited from unittest.result.TestResult (private): _count_relevant_tb_levels, _exc_info_to_string, _is_relevant_tb_level

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from unittest.runner.TextTestResult: separator1, separator2

Inherited from unittest.result.TestResult (private): _moduleSetUpFailed, _previousTestClass, _testRunEntered

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

stopTest(self, test)

source code 

Override of the RelaxTestResult.stopTest() method.

The end of STDOUT and STDERR capture occurs here.

Overrides: unittest.result.TestResult.stopTest