IMP  2.3.0
The Integrative Modeling Platform
IMP.test.DirectorObjectChecker Class Reference

Check to make sure the number of director references is as expected. More...

Inherits object.

Detailed Description

Check to make sure the number of director references is as expected.

Note
This class is only available in Python.

Definition at line 1124 of file test/__init__.py.

Public Member Functions

def assert_number
 Make sure that the number of references matches the expected value. More...
 

Member Function Documentation

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 1132 of file test/__init__.py.


The documentation for this class was generated from the following file: