MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / TEST_F

Function TEST_F

tests/unit/sys/test_optionsreader.cxx:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43TEST_F(OptionsReaderTest, BadFilename) {
44 OptionsReader reader;
45 EXPECT_THROW(reader.read(nullptr, ""), BoutException);
46}
47
48TEST_F(OptionsReaderTest, BadCommandLineMultipleEquals) {
49 OptionsReader reader;

Callers

nothing calls this directly

Calls 11

IsSubStringFunction · 0.85
parseCommandLineMethod · 0.80
closeMethod · 0.80
as<int>Method · 0.80
as<BoutReal>Method · 0.80
readMethod · 0.45
isSetMethod · 0.45
getMethod · 0.45
cleanupMethod · 0.45
writeMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected