Exemplo n.º 1
0
 def width_set_fixture(self, request, parent_):
     gridCol_cxml, new_width, expected_gridCol_cxml = request.param
     column = _Column(element(gridCol_cxml), parent_)
     expected_xml = xml(expected_gridCol_cxml)
     return column, new_width, expected_xml, parent_
Exemplo n.º 2
0
 def width_set_fixture(self, request, parent_):
     gridCol_cxml, new_width, expected_gridCol_cxml = request.param
     column = _Column(element(gridCol_cxml), parent_)
     expected_xml = xml(expected_gridCol_cxml)
     return column, new_width, expected_xml, parent_
Exemplo n.º 3
0
 def width_get_fixture(self, request):
     gridCol_cxml, expected_value = request.param
     column = _Column(element(gridCol_cxml), None)
     return column, expected_value
Exemplo n.º 4
0
 def width_get_fixture(self, request):
     gridCol_cxml, expected_value = request.param
     column = _Column(element(gridCol_cxml), None)
     return column, expected_value