summaryrefslogtreecommitdiff
path: root/shared/nm-utils/nm-test-utils.h
Commit message (Expand)AuthorAgeFilesLines
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: add nmtst_get_rand_uint() helperThomas Haller2019-06-111-0/+7
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-111-4/+4
* shared/utils: add nmtst_assert_setting_dbus_roundtrip() utilThomas Haller2019-05-231-0/+35
* shared/tests: add nmtst_assert_setting_is_equal() utilThomas Haller2019-05-231-0/+28
* shared/tests: add nmtst_variant_from_string() utilThomas Haller2019-05-231-0/+19
* all: goodbye libnm-glibLubomir Rintel2019-04-161-8/+0
* Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-031-0/+8
* shared/tests: add parentheses around arguments of NMTST_SWAP() macroThomas Haller2019-03-241-5/+6
* all: goodbye libnm-glibLubomir Rintel2019-03-191-8/+0
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-3/+3
* tests: use NM_CONST_MAX() macro where a constant expression is requiredThomas Haller2019-02-041-1/+1
* shared/tests: add nmtst_keyfile_assert_data() test utilThomas Haller2019-01-071-8/+50
* shared/tests: add nmtst_rand_select() test utilThomas Haller2019-01-071-0/+10
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-0/+19
* shared/tests: add helper functions to convert IP address to stringThomas Haller2018-12-191-0/+42
* core/tests: allow temporarily suppressing logging during testsThomas Haller2018-10-311-0/+36
* shared/tests: add NMTST_EXPECT_LIBNM_WARNING() macroThomas Haller2018-10-251-0/+1
* shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h"Thomas Haller2018-10-181-0/+3
* shared/tests: add test for "shared/nm-utils"Thomas Haller2018-10-181-0/+6
* keyfile: split automatically setting ID/UUID for keyfileThomas Haller2018-10-041-2/+8
* utils/test: don't assert on debug level messagesLubomir Rintel2018-08-111-2/+3
* build: do not randomize tests by defaultLubomir Rintel2018-07-241-10/+17
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-9/+9
* shared: restore compat code in nm-glib.h for 2.32 compatibilityThomas Haller2018-07-091-1/+19
* tests: expose current state in local context of NMTST_WAIT()Thomas Haller2018-06-201-1/+7
* tests: minor code cleanup of nmtst_main_loop_run()Thomas Haller2018-05-111-12/+5
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* shared: fix nmtst_main_loop_run()Beniamino Galvani2018-04-181-1/+4
* shared/tests: add nmtst_assert_nonnull() macroThomas Haller2018-04-091-0/+8
* nmtst: add nmtst_get_rand_bool() utilThomas Haller2018-04-091-0/+6
* tests: fix test setup after requiring glib 2.40Thomas Haller2018-01-221-4/+0
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-15/+1
* tests: add NMTST_EXPECT*() macrosThomas Haller2018-01-081-0/+14
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-081-0/+4
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+8
* test: conditionally enable assertion macros depending on libnm versionThomas Haller2017-11-201-3/+2
* tests: add nmtst_assert_connection_has_settings() helperThomas Haller2017-10-301-0/+57
* test: redirect glib logging to stdoutThomas Haller2017-08-121-0/+14
* shared/tests: expose end-time from NMTST_WAIT() macroThomas Haller2017-05-311-3/+4
* shared/tests: document how to disable slow tests at compile-timeThomas Haller2017-05-311-1/+2
* ifcfg-rh/tests: add test for reading NETMASK propertyThomas Haller2017-05-301-0/+9
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* tests: extend nmtst_add_test_func() with setup and teardown functionsThomas Haller2017-05-271-17/+39
* all: use "static inline" instead of "inline static"Thomas Haller2017-03-141-4/+4
* shared: add test utilities for IP routesBeniamino Galvani2017-03-061-0/+45
* all: use "static inline" keywords instead of "inline static"Thomas Haller2017-02-231-53/+53
* shared/tests: add nmtst_rand_perm_gslist() helperThomas Haller2017-01-201-0/+25