IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Check to make sure the number of director references is as expected. More...
Inherits object.
Check to make sure the number of director references is as expected.
Definition at line 1004 of file test/__init__.py.
Public Member Functions | |
def | assert_number |
Make sure that the number of references matches the expected value. More... | |
def IMP.test.DirectorObjectChecker.assert_number | ( | self, | |
expected, | |||
force_cleanup = True |
|||
) |
Make sure that the number of references matches the expected value.
If force_cleanup is set, clean up any unused references first before doing the assertion.
Definition at line 1012 of file test/__init__.py.