Lines Matching refs:expandMacrosFrom
544 class expandMacrosFrom : public ::testing::Test class
556 TEST_F(expandMacrosFrom, expandMacrosFrom_001) in TEST_F() argument
563 aBootstrap.expandMacrosFrom( suMacro ); in TEST_F()
574 TEST_F(expandMacrosFrom, expandMacrosFrom_002) in TEST_F() argument
600 aBootstrap.expandMacrosFrom( suMacro ); in TEST_F()
607 TEST_F(expandMacrosFrom, expandMacrosFrom_002_1) in TEST_F() argument
635 TEST_F(expandMacrosFrom, expandMacrosFrom_002_2) in TEST_F() argument
690 TEST_F(expandMacrosFrom, expandMacrosFrom_003) in TEST_F() argument
702 aBootstrap.expandMacrosFrom( suMacro[i] ); in TEST_F()
713 TEST_F(expandMacrosFrom, testRecursion) { in TEST_F() argument
715 Bootstrap(t_getSourcePath(TESTSHL2_INI)).expandMacrosFrom(t); in TEST_F()
720 TEST_F(expandMacrosFrom, testLink) { in TEST_F() argument
722 Bootstrap(t_getSourcePath(TESTSHL2_INI)).expandMacrosFrom(t); in TEST_F()
726 TEST_F(expandMacrosFrom, testOverride) { in TEST_F() argument
730 Bootstrap(t_getSourcePath("rtl")).expandMacrosFrom(t1); in TEST_F()
739 TEST_F(expandMacrosFrom, testNonexisting) { in TEST_F() argument
747 TEST_F(expandMacrosFrom, testSection) { in TEST_F() argument
759 Bootstrap(t_getSourcePath(TESTSHL2_INI)).expandMacrosFrom(t); in TEST_F()