MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / TEST_F

Function TEST_F

tests/tests/option.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49TEST_F(lagi_option, construct_from_file) {
50 EXPECT_NO_THROW(agi::Options(conf_ok, default_opt, agi::Options::FLUSH_SKIP));
51}
52
53TEST_F(lagi_option, nonexistent_file) {
54 EXPECT_NO_THROW(agi::Options("", default_opt, agi::Options::FLUSH_SKIP));

Callers

nothing calls this directly

Calls 10

SetColorMethod · 0.80
ConfigUserMethod · 0.80
GetRgbFormattedMethod · 0.80
GetColorMethod · 0.80
OptionsClass · 0.50
CopyFunction · 0.50
compareFunction · 0.50
ColorClass · 0.50
GetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected