blob: aaa97f17e5b32ee6919bf96a25d6b227885e8b99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.. SPDX-License-Identifier: GPL-2.0
========
Test API
========
This file documents all of the standard testing API excluding mocking or mocking
related features.
.. kernel-doc:: include/kunit/test.h
:internal:
|