module unit.wxgui.components.font

class unit.wxgui.components.font.FontsTestCase[source]

Bases: timelinelib.test.cases.wxapp.WxAppTestCase

setUp()[source]

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

class unit.wxgui.components.font.describe_font_instantiation[source]

Bases: unit.wxgui.components.font.FontsTestCase

test_font_can_be_instatiated()[source]
test_font_has_wxcolor()[source]
test_font_has_wxfont()[source]
class unit.wxgui.components.font.describe_font_default_values[source]

Bases: unit.wxgui.components.font.FontsTestCase

test_default_color_is_black()[source]
test_default_point_size_is_12()[source]
test_default_font_style_is_wx_normal()[source]
test_default_font_weight_is_wx_normal()[source]
test_default_font_is_not_underlined()[source]
test_default_font_has_no_facename()[source]
test_default_font_encoding_is_wx_default()[source]
class unit.wxgui.components.font.describe_font_serialization[source]

Bases: unit.wxgui.components.font.FontsTestCase

test_font_can_be_serialized_and_deserialized()[source]
class unit.wxgui.components.font.describe_font_updates[source]

Bases: unit.wxgui.components.font.FontsTestCase

test_wxcolor_can_be_changed()[source]
test_wxfont_can_be_changed()[source]
test_point_size_can_be_incremented()[source]
test_point_size_can_be_decremented()[source]