module unit.canvas.drawing.graphobject

Contains tests of the class GraphObject.

unit.canvas.drawing.graphobject.has_property(name)[source]
unit.canvas.drawing.graphobject.autodoc(f)[source]
class unit.canvas.drawing.graphobject.describe_graphobject[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_can_be_translated()[source]
test_when_translated_all_childs_are_translated()[source]
test_has_property_text()[source]
test_has_property_point()[source]
test_has_property_rect()[source]
test_has_property_width()[source]
test_has_property_height()[source]
test_has_property_brush_color()[source]
test_has_property_pen_color()[source]
test_has_property_childs()[source]
test_has_property_first_child()[source]
test_a_child_can_be_added()[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.