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 | ComboPropertyTest |
Functions | |
TEST_F (ComboPropertyTest, comboEqualityDiffIndex) | |
TEST_F (ComboPropertyTest, comboEqualityDiffList) | |
TEST_F (ComboPropertyTest, createFrom) | |
TEST_F (ComboPropertyTest, fromStream) | |
TEST_F (ComboPropertyTest, fromVectorStream) | |
TEST_F (ComboPropertyTest, initialState) | |
TEST_F (ComboPropertyTest, setCurrentIndex) | |
TEST_F (ComboPropertyTest, setSelected) | |
TEST_F (ComboPropertyTest, setSringOfValues) | |
TEST_F (ComboPropertyTest, setStringOfSelections) | |
TEST_F (ComboPropertyTest, setValue) | |
TEST_F (ComboPropertyTest, setValues) | |
TEST_F (ComboPropertyTest, variantEqualityDiffIndex) | |
Check equality of ComboProperty's variants when only selected item differs. More... | |
TEST_F (ComboPropertyTest, variantEqualityDiffLists) | |
Check equality of ComboProperty's variants. More... | |
Implements class CLASS?
Definition in file comboproperty.test.cpp.
TEST_F | ( | ComboPropertyTest | , |
comboEqualityDiffIndex | |||
) |
Definition at line 303 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), and ModelView::ComboProperty::setValue().
TEST_F | ( | ComboPropertyTest | , |
comboEqualityDiffList | |||
) |
Definition at line 316 of file comboproperty.test.cpp.
References ModelView::ComboProperty::setSelected(), ModelView::ComboProperty::setStringOfSelections(), and ModelView::ComboProperty::setValue().
TEST_F | ( | ComboPropertyTest | , |
createFrom | |||
) |
Definition at line 41 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
fromStream | |||
) |
Definition at line 189 of file comboproperty.test.cpp.
References ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::setCurrentIndex(), ModelView::ComboProperty::setSelected(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
fromVectorStream | |||
) |
Definition at line 220 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::setSelected(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
initialState | |||
) |
Definition at line 29 of file comboproperty.test.cpp.
References ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::label(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::stringOfValues(), ModelView::ComboProperty::toolTips(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
setCurrentIndex | |||
) |
Definition at line 80 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::setCurrentIndex(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
setSelected | |||
) |
Definition at line 135 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::selectedValues(), ModelView::ComboProperty::setCurrentIndex(), ModelView::ComboProperty::setSelected(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
setSringOfValues | |||
) |
Definition at line 242 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::setStringOfValues(), ModelView::ComboProperty::stringOfValues(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
setStringOfSelections | |||
) |
Definition at line 270 of file comboproperty.test.cpp.
References ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::setSelected(), ModelView::ComboProperty::setStringOfSelections(), ModelView::ComboProperty::setValues(), and ModelView::ComboProperty::stringOfSelections().
TEST_F | ( | ComboPropertyTest | , |
setValue | |||
) |
Definition at line 60 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::setValue(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
setValues | |||
) |
Definition at line 99 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::ComboProperty::currentIndex(), ModelView::ComboProperty::selectedIndices(), ModelView::ComboProperty::setValues(), ModelView::ComboProperty::value(), and ModelView::ComboProperty::values().
TEST_F | ( | ComboPropertyTest | , |
variantEqualityDiffIndex | |||
) |
Check equality of ComboProperty's variants when only selected item differs.
Definition at line 393 of file comboproperty.test.cpp.
References ModelView::ComboProperty::createFrom(), ModelView::Comparators::registered(), and ModelView::ComboProperty::setValue().
TEST_F | ( | ComboPropertyTest | , |
variantEqualityDiffLists | |||
) |
Check equality of ComboProperty's variants.
If comparators are not registered, the behavior is undefined.
Definition at line 362 of file comboproperty.test.cpp.
References ModelView::Comparators::registered(), ModelView::ComboProperty::setStringOfSelections(), and ModelView::ComboProperty::setValue().