Class e.p.p.t.g.t.GenericTestNode(object):

Part of elisa.plugins.pigment.tests.graph.test_node View In Hierarchy

Known subclasses: elisa.plugins.pigment.tests.graph.test_group.GenericTestGroup, elisa.plugins.pigment.tests.graph.test_node.GenericTestNodeImpl

These are tests that all classes inheriting from Node should pass. You should reimplement this class for anything that inherits from Node.
Class Variablestested_classa class inheriting from Node to be tested (type: type )
Line # Kind Name Docs
41 Method test_cycle Tests that a node isn't in any reference cycle after clean() has been
75 Method test_clean Test that Node.clean() is called from tested_class.clean().
38 Method _create_instance Undocumented
65 Method _hook_clean Undocumented
72 Method _unhook_clean Undocumented
def _create_instance(self):
Undocumented
def test_cycle(self):
Tests that a node isn't in any reference cycle after clean() has been called.
def _hook_clean(self):
Undocumented
def _unhook_clean(self):
Undocumented
def test_clean(self):
Test that Node.clean() is called from tested_class.clean().
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.