(self, SeriesCollection_, series_collection_)
| 136 | |
| 137 | @pytest.fixture |
| 138 | def series_fixture(self, SeriesCollection_, series_collection_): |
| 139 | xChart = element("c:barChart") |
| 140 | plot = _BasePlot(xChart, None) |
| 141 | return plot, series_collection_, SeriesCollection_, xChart |
| 142 | |
| 143 | @pytest.fixture( |
| 144 | params=[ |