22 #include "gtest/gtest.h" 32 TEST(TestScheduleValidator, name_length)
39 s.
name(
"long_enough");
44 { s.
name(
"this_is_so_long_this_name_is_clearly_to_long_to_be_valid"); },
48 TEST(TestGroupValidator, name_invalid_char)
51 ASSERT_NO_THROW({ s.
name(
"aaaa"); });
An exception class for general API error.
This is the header file for a generated source file, GitSHA1.cpp.
TEST(TestScheduleValidator, name_length)