|
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 | TagInfoTest |
| Tests of TagInfo class. More... | |
Functions | |
| TEST_F (TagInfoTest, defaultTag) | |
| Testing default tag intended for storing unlimited amount of items of any type. More... | |
| TEST_F (TagInfoTest, equalityOperator) | |
| Testing equality operators. More... | |
| TEST_F (TagInfoTest, initialState) | |
| TEST_F (TagInfoTest, propertyTag) | |
| Testing property tag intended for storing single PropertyItem. More... | |
Implements class CLASS?
Definition in file taginfo.test.cpp.
| TEST_F | ( | TagInfoTest | , |
| defaultTag | |||
| ) |
Testing default tag intended for storing unlimited amount of items of any type.
Definition at line 42 of file taginfo.test.cpp.
References ModelView::TagInfo::isSinglePropertyTag(), ModelView::TagInfo::isValidChild(), ModelView::TagInfo::max(), ModelView::TagInfo::min(), ModelView::TagInfo::name(), and ModelView::TagInfo::universalTag().
| TEST_F | ( | TagInfoTest | , |
| equalityOperator | |||
| ) |
Testing equality operators.
Definition at line 71 of file taginfo.test.cpp.
References ModelView::TagInfo::propertyTag(), and ModelView::TagInfo::universalTag().
| TEST_F | ( | TagInfoTest | , |
| initialState | |||
| ) |
Definition at line 29 of file taginfo.test.cpp.
References ModelView::TagInfo::isSinglePropertyTag(), ModelView::TagInfo::isValidChild(), ModelView::TagInfo::max(), ModelView::TagInfo::min(), and ModelView::TagInfo::name().
| TEST_F | ( | TagInfoTest | , |
| propertyTag | |||
| ) |
Testing property tag intended for storing single PropertyItem.
Definition at line 56 of file taginfo.test.cpp.
References ModelView::TagInfo::isSinglePropertyTag(), ModelView::TagInfo::isValidChild(), ModelView::TagInfo::max(), ModelView::TagInfo::min(), ModelView::TagInfo::name(), and ModelView::TagInfo::propertyTag().