Beispiel #1
0
 def chart_type_fixture(self, PlotTypeInspector_, plot_, chart_type_):
     chart = Chart(None, None)
     chart._plots = [plot_]
     return chart, PlotTypeInspector_, plot_, chart_type_
Beispiel #2
0
 def chart_type_fixture(self, PlotTypeInspector_, plot_):
     chart = Chart(None, None)
     chart._plots = [plot_]
     chart_type = XL_CHART_TYPE.PIE
     PlotTypeInspector_.chart_type.return_value = chart_type
     return chart, PlotTypeInspector_, plot_, chart_type
Beispiel #3
0
 def chart_type_fixture(self, PlotTypeInspector_, plot_, chart_type_):
     chart = Chart(None, None)
     chart._plots = [plot_]
     return chart, PlotTypeInspector_, plot_, chart_type_