Testpoint control object.
Definition at line 20 of file testpoint.py.
Public Member Functions | |
| None | __init__ (self, *, checker_factory) |
| callinfo.AsyncCallQueue | __getitem__ (self, str name) |
| __setitem__ (self, str key, callinfo.AsyncCallQueue value) | |
| __delitem__ (self, key) | |
| __len__ (self) | |
| __iter__ (self) | |
| TestpointDecorator | __call__ (self, str name) |
| Returns decorator for registering testpoint called name. | |
Protected Attributes | |
| dict | _handlers = {} |
| _checker_factory = checker_factory | |
| None testsuite.plugins.testpoint.TestpointFixture.__init__ | ( | self, | |
| * | , | ||
| checker_factory ) |
Definition at line 23 of file testpoint.py.
| TestpointDecorator testsuite.plugins.testpoint.TestpointFixture.__call__ | ( | self, | |
| str | name ) |
Returns decorator for registering testpoint called name.
After decoration function is wrapped with AsyncCallQueue_.
Definition at line 51 of file testpoint.py.
| testsuite.plugins.testpoint.TestpointFixture.__delitem__ | ( | self, | |
| key ) |
Definition at line 33 of file testpoint.py.
| callinfo.AsyncCallQueue testsuite.plugins.testpoint.TestpointFixture.__getitem__ | ( | self, | |
| str | name ) |
Definition at line 27 of file testpoint.py.
| testsuite.plugins.testpoint.TestpointFixture.__iter__ | ( | self | ) |
Definition at line 48 of file testpoint.py.
| testsuite.plugins.testpoint.TestpointFixture.__len__ | ( | self | ) |
Definition at line 45 of file testpoint.py.
| testsuite.plugins.testpoint.TestpointFixture.__setitem__ | ( | self, | |
| str | key, | ||
| callinfo.AsyncCallQueue | value ) |
Definition at line 30 of file testpoint.py.
|
protected |
Definition at line 25 of file testpoint.py.
|
protected |
Definition at line 24 of file testpoint.py.