Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ZrythmFixture Class Reference

A fixture class for Zrythm tests. More...

#include <tests/helpers/zrythm_helper.h>

Inheritance diagram for ZrythmFixture:
Collaboration diagram for ZrythmFixture:

Public Member Functions

 ZrythmFixture (bool optimized, int samplerate, int buf_size, bool use_pipewire, bool logging_enabled)
void SetUp () override
void TestBody () override
void TearDown () override

Detailed Description

A fixture class for Zrythm tests.

This class provides a common setup and teardown for Zrythm tests. It can be used as a base class for test cases that require a Zrythm environment.

The constructor takes parameters to control the behavior of the Zrythm environment, such as whether to use an optimized configuration or PipeWire.

Definition at line 27 of file zrythm_helper.h.

Constructor & Destructor Documentation

◆ ZrythmFixture()

ZrythmFixture::ZrythmFixture ( )
inline

Definition at line 31 of file zrythm_helper.h.


The documentation for this class was generated from the following file: