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 | ItemListenerTest |
Testing ItemListener. More... | |
class | ItemListenerTest::TestController |
Functions | |
TEST_F (ItemListenerTest, controllerDeletedBeforeItem) | |
Checks that controller can be deleted before item. More... | |
TEST_F (ItemListenerTest, initialState) | |
Initial state. More... | |
TEST_F (ItemListenerTest, itemDeletedBeforeController) | |
Check that controller aware of item deletion. More... | |
TEST_F (ItemListenerTest, unsubscribeScenario) | |
Checks unsubscribe scenario. More... | |
Implements class CLASS?
Definition in file itemlistener.test.cpp.
TEST_F | ( | ItemListenerTest | , |
controllerDeletedBeforeItem | |||
) |
Checks that controller can be deleted before item.
Definition at line 99 of file itemlistener.test.cpp.
References ModelView::SessionModel::insertItem(), and ModelView::SessionItem::setData().
TEST_F | ( | ItemListenerTest | , |
initialState | |||
) |
Initial state.
Definition at line 49 of file itemlistener.test.cpp.
TEST_F | ( | ItemListenerTest | , |
itemDeletedBeforeController | |||
) |
Check that controller aware of item deletion.
Definition at line 57 of file itemlistener.test.cpp.
References ModelView::SessionModel::insertItem(), ModelView::SessionModel::removeItem(), ModelView::SessionModel::rootItem(), and ModelView::SessionItem::setData().
TEST_F | ( | ItemListenerTest | , |
unsubscribeScenario | |||
) |
Checks unsubscribe scenario.
Definition at line 75 of file itemlistener.test.cpp.
References ModelView::SessionModel::insertItem(), and ModelView::SessionItem::setData().