1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
4 * Copyright (C) Philip Withnall 2012 <philip@tecnocode.co.uk>
6 * D-Bus Simulator is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
11 * D-Bus Simulator is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with D-Bus Simulator. If not, see <http://www.gnu.org/licenses/>.
21 #include <dfsm/dfsm.h>
28 gchar *load_test_file (const gchar *filename) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
29 GVariant *new_unary_tuple (GVariant *element) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
30 guint get_counter_from_environment (DfsmEnvironment *environment, const gchar *counter_name);
34 #endif /* !TEST_UTILS_H */