ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Go to the source code of this file.
Classes | |
class | daq::dpm::TestKeywordMatchP |
class | daq::dpm::TestKeywordMatch |
class | daq::dpm::TestKeywordTransform |
Namespaces | |
daq | |
daq::dpm | |
Functions | |
daq::dpm::TEST (TestParseEx, FailsIfOperatorIsInvalid) | |
daq::dpm::TEST (TestParseEx, FailsIfScopeIsInValid) | |
daq::dpm::TEST (TestParseEx, FailsIfWhitespaceIsMssing) | |
daq::dpm::TEST (TestParseEx, FailsIfPatternIsMissing) | |
daq::dpm::TEST (TestParseEx, IncludeEsoKw) | |
daq::dpm::TEST (TestParseEx, ExcludeEsoKw) | |
daq::dpm::TEST (TestParseEx, IncludeValueKw) | |
daq::dpm::TEST (TestParseEx, IncludeCommentaryKw) | |
daq::dpm::TEST (TestParseEx, IncludeAnyKw) | |
daq::dpm::TEST (TestKeywordEx, Constructors) | |
daq::dpm::TEST_P (TestKeywordMatchP, EmptyPatternDoesntMatch) | |
daq::dpm::TEST_P (TestKeywordMatchP, MatchAnyWithSingle) | |
daq::dpm::TEST_P (TestKeywordMatchP, MatchAnyWithMultiple) | |
daq::dpm::INSTANTIATE_TEST_SUITE_P (Test, TestKeywordMatchP, testing::Values(fits::EsoKeyword("VALUE", "value"), fits::ValueKeyword("VALUE", 0.0), fits::LiteralKeyword("VALUE = 'tgt' / comment"), fits::LiteralKeyword("VALUE Comment"))) | |
daq::dpm::TEST_F (TestKeywordMatch, EsoSimpleInclusivePattern) | |
daq::dpm::TEST_F (TestKeywordMatch, ValueSimpleInclusivePattern) | |
daq::dpm::TEST_F (TestKeywordMatch, LiteralSimpleInclusivePattern) | |
daq::dpm::TEST_F (TestKeywordMatch, CommentarySimpleInclusivePattern) | |
daq::dpm::TEST_F (TestKeywordMatch, SimpleExclusivePattern) | |
daq::dpm::TEST_F (TestKeywordMatch, EsoInclusiveExclusivePattern) | |
daq::dpm::TEST_F (TestKeywordTransform, EsoKeyword) | |
daq::dpm::TEST_F (TestKeywordTransform, InvalidEsoKeyword) | |
daq::dpm::TEST_F (TestKeywordTransform, ValueKeyword) | |
daq::dpm::TEST_F (TestKeywordTransform, InvalidValueKeyword) | |
daq::dpm::TEST_F (TestKeywordTransform, LiteralKeyword) | |
Definition in file testKeywordEx.cpp.