summaryrefslogtreecommitdiff
path: root/glib/gtestutils.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-1/+1
2014-02-17gtestutils: make the new assert messages more detailedDan Winship1-4/+4
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-24gtestutils: add g_assert_nonnull() to go with g_assert_null()Dan Winship1-1/+5
2013-11-23gtestutils: add "options" to g_test_init(), make option-argv0 use gtesterDan Winship1-1/+1
2013-08-17Add a way to make assertions non-fatalMatthias Clasen1-4/+6
2013-08-17Add g_assert_true, g_assert_false and g_assert_nullMatthias Clasen1-1/+14
2013-08-17Make g_assert and g_assert_not_reached use the same entry pointMatthias Clasen1-1/+1
2013-08-17Add a function to check test status from the insideMatthias Clasen1-0/+2
2013-08-17Add functions to mark tests as skipped or incompleteMatthias Clasen1-0/+4
2013-08-17Add start/stop suite log messagesMatthias Clasen1-1/+3
2013-06-03Remove extra comma in gtestutils.hKjell Ahlstedt1-1/+1
2013-05-29Rename G_TEST_DISTED to G_TEST_DISTRyan Lortie1-1/+1
2013-05-29gtest: Add more path building APIRyan Lortie1-0/+6
2013-05-29Add g_test_build_filename()Ryan Lortie1-0/+11
2013-05-13gtestutils: deprecate g_test_trap_fork()Dan Winship1-1/+2
2013-05-13gtestutils: add g_test_trap_subprocess()Dan Winship1-1/+15
2013-02-24gtestutils: fix two GLIB_AVAILABLE flagsDan Winship1-2/+2
2013-01-20Fix annotation for g_test_failMatthias Clasen1-1/+1
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie1-0/+45
2012-12-27Move single-include guards inside include guardsMatthias Clasen1-3/+3
2012-12-19Revert "gtestutils: add g_test_trap_subprocess(), deprecate g_test_trap_fork()"Matthias Clasen1-26/+8
2012-12-19gtestutils: add g_test_trap_subprocess(), deprecate g_test_trap_fork()Dan Winship1-8/+26
2012-12-05win32: suppress fatal error dialog box when running testsDan Winship1-0/+1
2012-08-27gtestutils: add g_test_add_data_func_full()Dan Winship1-0/+7
2012-08-20gtestutils: add g_text_expect_message()Dan Winship1-0/+10
2011-12-27Add undefined/no-undefined mode options to GTesterSimon McVittie1-0/+2
2011-10-12Make single includes mandatoryMatthias Clasen1-1/+1
2011-04-18API: testutils: Add g_test_fail()Benjamin Otte1-0/+2
2010-07-12Fix some glib docs warningsRyan Lortie1-12/+18
2010-06-06Make g_assertion_message_error take a const GError*Matthias Clasen1-1/+1
2010-05-06Clean Glib header #include issues: gtestutilsJavier Jardón1-1/+0
2010-01-30don't #include <glib.h> from other public headersRyan Lortie1-1/+5
2009-09-10Bug 579050 Allow making selected critical and warning messages non-fatalChristian Dywan1-0/+21
2008-09-27 Bug 553447 $(Q#|(B g_assert_no_error()Dan Winship1-0/+14
2008-05-05#define __GLIB_H_INSIDE__ around including everything.Michael Natterer1-1/+1
2008-03-14make it possible to disable single-file includes by definingMichael Natterer1-0/+5
2008-02-11Make the g_test_add macro work with gcc 4.3Matthias Clasen1-4/+7
2007-12-31Mark assertion functions as G_GNUC_NORETURN. (#506461, Sebastian Dröge)Matthias Clasen1-4/+4
2007-12-21Bring up to GLib coding standards: remove C99 comments, trailing commas inMatthias Clasen1-15/+15
2007-12-18added g_test_trap_assert_stdout_unmatched() and13:45:23 Tim Janik1-8/+8
2007-12-10http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik1-2/+10
2007-12-05print out random seed for verbose tests, also adapted test result17:21:05 Tim Janik1-0/+1
2007-12-05added g_test_add_data_func() to pass data into tests. allow data arguments11:43:22 Tim Janik1-8/+14
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik1-1/+3
2007-11-20Fixed copyright for newly submitted files.Tim Janik1-1/+2
2007-11-20Renamed gtestframework to gtestutils.Tim Janik1-0/+227