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 | StringUtilsTest |
Functions | |
TEST_F (StringUtilsTest, DoubleToString) | |
TEST_F (StringUtilsTest, ParseSpaceSeparatedDoubles) | |
Testing ParseSpaceSeparatedDoubles. More... | |
TEST_F (StringUtilsTest, RemoveRepeatedSpaces) | |
TEST_F (StringUtilsTest, ScientificDoubleToString) | |
TEST_F (StringUtilsTest, SplitString) | |
Testing SplitString method. More... | |
TEST_F (StringUtilsTest, StringToDouble) | |
Testing function StringToDouble. More... | |
TEST_F (StringUtilsTest, StringToInteger) | |
Testing function StringToDouble. More... | |
TEST_F (StringUtilsTest, TrimWhiteSpace) | |
Testing function TrimWhitespace. More... | |
Implements class CLASS?
Definition in file stringutils.test.cpp.
TEST_F | ( | StringUtilsTest | , |
DoubleToString | |||
) |
Definition at line 40 of file stringutils.test.cpp.
References ModelView ::Utils::DoubleToString().
TEST_F | ( | StringUtilsTest | , |
ParseSpaceSeparatedDoubles | |||
) |
Testing ParseSpaceSeparatedDoubles.
Definition at line 159 of file stringutils.test.cpp.
References ModelView ::Utils::ParseSpaceSeparatedDoubles().
TEST_F | ( | StringUtilsTest | , |
RemoveRepeatedSpaces | |||
) |
Definition at line 60 of file stringutils.test.cpp.
References ModelView ::Utils::RemoveRepeatedSpaces().
TEST_F | ( | StringUtilsTest | , |
ScientificDoubleToString | |||
) |
Definition at line 29 of file stringutils.test.cpp.
References ModelView ::Utils::ScientificDoubleToString().
TEST_F | ( | StringUtilsTest | , |
SplitString | |||
) |
Testing SplitString method.
Carefully checking that it is reproduces Python behavior, as promised in comments to the method.
Definition at line 130 of file stringutils.test.cpp.
References ModelView ::Utils::SplitString().
TEST_F | ( | StringUtilsTest | , |
StringToDouble | |||
) |
Testing function StringToDouble.
Definition at line 73 of file stringutils.test.cpp.
References ModelView ::Utils::StringToDouble().
TEST_F | ( | StringUtilsTest | , |
StringToInteger | |||
) |
Testing function StringToDouble.
Definition at line 103 of file stringutils.test.cpp.
References ModelView ::Utils::StringToInteger().
TEST_F | ( | StringUtilsTest | , |
TrimWhiteSpace | |||
) |
Testing function TrimWhitespace.
Definition at line 51 of file stringutils.test.cpp.
References ModelView ::Utils::TrimWhitespace().