Go to the source code of this file.
|
| | TEST (FlApplicationTest, ConstructorArgs) |
| |
◆ TEST()
| TEST |
( |
FlApplicationTest |
, |
|
|
ConstructorArgs |
|
|
) |
| |
Definition at line 9 of file fl_application_test.cc.
11 "com.example.TestApplication", G_APPLICATION_FLAGS_NONE);
13 EXPECT_STREQ(g_application_get_application_id(G_APPLICATION(app)),
14 "com.example.TestApplication");
15 EXPECT_EQ(g_application_get_flags(G_APPLICATION(app)),
16 G_APPLICATION_FLAGS_NONE);
References fl_application_new().