A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
tests.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-2.0-only
3 */
4
5/**
6 * \file
7 * \ingroup tests
8 * This file provides some doxygen documentation for the tests module.
9 */
10
11/**
12 * \ingroup tests
13 * \defgroup system-tests System Tests
14 *
15 * \brief The "tests" module contains the System Tests, i.e., tests that
16 * dependss on multiple modules. Due to their dependencies, the System Tests
17 * are in this module.
18 *
19 * Unit tests, on the contrary, are located in each module.
20 */
21
22/**
23 * \ingroup system-tests
24 * \ingroup traffic-control-test
25 * \defgroup system-tests-tc TrafficControl System Tests
26 *
27 * \brief TrafficControl System Tests
28 */
29
30/**
31 * \ingroup system-tests
32 * \ingroup internet-test
33 * \defgroup system-tests-tcp TCP System Tests
34 *
35 * \brief TCP System Tests
36 */
37
38/**
39 * \ingroup system-tests
40 * \ingroup wifi-test
41 * \defgroup system-tests-wifi WiFi System Tests
42 *
43 * \brief WiFi System Tests
44 */
45
46/**
47 * \ingroup system-tests
48 * \defgroup system-tests-perf Performance System Tests
49 *
50 * \brief Performance System Tests
51 *
52 * Note: these tests are (for real) scripts to be run.
53 * The output is the time (in nanoseconds) that the test
54 * required to perform the requested write operations.
55 */
56
57/**
58 * \ingroup system-tests
59 * \ingroup core-tests
60 * \defgroup system-tests-traced TracedCallback System Tests
61 *
62 * \brief TracedCallback System Tests
63 */
64
65/**
66 * \ingroup system-tests
67 * \ingroup csma
68 * \defgroup system-tests-csma CSMA System Tests
69 *
70 * \brief CSMA System Tests
71 */