36#ifndef ZEPHYR_TESTSUITE_TC_CAPTURE_H_
37#define ZEPHYR_TESTSUITE_TC_CAPTURE_H_
void tc_capture_stop(void)
Stop capturing test output.
size_t tc_capture_get(char *dst, size_t size)
Copy the captured output into a caller-provided buffer.
void tc_capture_start(void)
Start capturing test output.
bool tc_capture_contains(const char *substr)
Check whether the captured output contains a substring.
void tc_capture_clear(void)
Discard any captured output without stopping capture.