gtestutils: add g_assert_nonnull() to go with g_assert_null()

https://bugzilla.gnome.org/show_bug.cgi?id=711800
This commit is contained in:
Dan Winship
2013-11-10 15:27:26 -05:00
parent f4c30feb95
commit 97fac93670
3 changed files with 21 additions and 1 deletions

View File

@@ -2977,6 +2977,7 @@ g_assert_error
g_assert_true
g_assert_false
g_assert_null
g_assert_nonnull
g_test_set_nonfatal_assertions
GTestCase