A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
tests.h
Go to the documentation of this file.
1/*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation;
5 *
6 * This program is distributed in the hope that it will be useful,
7 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 * GNU General Public License for more details.
10 *
11 * You should have received a copy of the GNU General Public License
12 * along with this program; if not, write to the Free Software
13 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14 */
15
16/**
17 * \file
18 * \ingroup tests
19 * This file provides some doxygen documentation for the tests module.
20 */
21
22/**
23 * \ingroup tests
24 * \defgroup system-tests System Tests
25 *
26 * \brief The "tests" module contains the System Tests, i.e., tests that
27 * dependss on multiple modules. Due to their dependencies, the System Tests
28 * are in this module.
29 *
30 * Unit tests, on the contrary, are located in each module.
31 */
32
33/**
34 * \ingroup system-tests
35 * \ingroup traffic-control-test
36 * \defgroup system-tests-tc TrafficControl System Tests
37 *
38 * \brief TrafficControl System Tests
39 */
40
41/**
42 * \ingroup system-tests
43 * \ingroup internet-test
44 * \defgroup system-tests-tcp TCP System Tests
45 *
46 * \brief TCP System Tests
47 */
48
49/**
50 * \ingroup system-tests
51 * \ingroup wifi-test
52 * \defgroup system-tests-wifi WiFi System Tests
53 *
54 * \brief WiFi System Tests
55 */
56
57/**
58 * \ingroup system-tests
59 * \defgroup system-tests-perf Performance System Tests
60 *
61 * \brief Performance System Tests
62 *
63 * Note: these tests are (for real) scripts to be run.
64 * The output is the time (in nanoseconds) that the test
65 * required to perform the requested write operations.
66 */
67
68/**
69 * \ingroup system-tests
70 * \ingroup core-tests
71 * \defgroup system-tests-traced TracedCallback System Tests
72 *
73 * \brief TracedCallback System Tests
74 */
75
76/**
77 * \ingroup system-tests
78 * \ingroup csma
79 * \defgroup system-tests-csma CSMA System Tests
80 *
81 * \brief CSMA System Tests
82 */