ASSERT_FALSE(runner.Run());
}
-TEST_F(ManifestTest, AuthorElement_Text_Missing) {
- StepParseRunner runner(GetMyName());
- ASSERT_FALSE(runner.Run());
-}
-
TEST_F(ManifestTest, AuthorElement_Many) {
StepParseRunner runner(GetMyName());
ASSERT_FALSE(runner.Run());
ASSERT_CSTR_EQ(description2->lang, DEFAULT_LOCALE);
}
-TEST_F(ManifestTest, DescriptionElement_Text_Invalid) {
- StepParseRunner runner(GetMyName());
- ASSERT_FALSE(runner.Run());
-}
-
TEST_F(ManifestTest, DescriptionElement_Lang_Invalid) {
StepParseRunner runner(GetMyName());
ASSERT_FALSE(runner.Run());