BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Implements class CLASS? More...
Go to the source code of this file.
Classes | |
class | Data2DPlotControllerTest |
Testing Data1DPlotController. More... | |
Functions | |
TEST_F (Data2DPlotControllerTest, dataItemInInitialState) | |
Testing controller when Data2DItem is not initialized properly. More... | |
TEST_F (Data2DPlotControllerTest, dataPoints) | |
Testing data points. More... | |
TEST_F (Data2DPlotControllerTest, dataRange) | |
Testing data range. More... | |
TEST_F (Data2DPlotControllerTest, initialState) | |
Initial state. More... | |
TEST_F (Data2DPlotControllerTest, setAxesAfter) | |
Testing controller when Data2DItem got it's axes after controller was set. More... | |
TEST_F (Data2DPlotControllerTest, twoDataItems) | |
Testing two colormap scenario. More... | |
Implements class CLASS?
Definition in file data2dplotcontroller.test.cpp.
TEST_F | ( | Data2DPlotControllerTest | , |
dataItemInInitialState | |||
) |
Testing controller when Data2DItem is not initialized properly.
Definition at line 56 of file data2dplotcontroller.test.cpp.
References ModelView::SessionModel::insertItem().
TEST_F | ( | Data2DPlotControllerTest | , |
dataPoints | |||
) |
Testing data points.
Definition at line 105 of file data2dplotcontroller.test.cpp.
References ModelView::FixedBinAxisItem::create(), ModelView::SessionModel::insertItem(), ModelView::Data2DItem::setAxes(), and ModelView::ItemListenerBase::setItem().
TEST_F | ( | Data2DPlotControllerTest | , |
dataRange | |||
) |
Testing data range.
Definition at line 182 of file data2dplotcontroller.test.cpp.
References ModelView::FixedBinAxisItem::create(), ModelView::SessionModel::insertItem(), ModelView::Data2DItem::setAxes(), and ModelView::ItemListenerBase::setItem().
TEST_F | ( | Data2DPlotControllerTest | , |
initialState | |||
) |
Initial state.
Definition at line 38 of file data2dplotcontroller.test.cpp.
References ModelView::ItemListener< T >::currentItem().
TEST_F | ( | Data2DPlotControllerTest | , |
setAxesAfter | |||
) |
Testing controller when Data2DItem got it's axes after controller was set.
Definition at line 77 of file data2dplotcontroller.test.cpp.
References ModelView::FixedBinAxisItem::create(), and ModelView::SessionModel::insertItem().
TEST_F | ( | Data2DPlotControllerTest | , |
twoDataItems | |||
) |
Testing two colormap scenario.
Definition at line 141 of file data2dplotcontroller.test.cpp.
References ModelView::FixedBinAxisItem::create(), ModelView::SessionModel::insertItem(), ModelView::Data2DItem::setAxes(), and ModelView::ItemListenerBase::setItem().