# libtmux::test::ScopedTmuxServerOptions

- **Module:** libtmux::test
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/testing/scoped_server.hpp#L53
- **Page:** https://libtmux.org/en/cxx/latest/reference/libtmux-test-scopedtmuxserveroptions/

How the test server is started and how long teardown may take.

Every member carries an initializer on purpose; see the note on the last one.

## Members

- `tmux_binary` (attribute)
- `mode` (attribute)
- `startup_timeout` (attribute)
- `teardown_timeout` (attribute)
- `session_name` (attribute)
- `socket_namespace` (attribute)
- `teardown_report` (attribute): Every member has an initializer: without one here, a designated initializer that stops short of it warns under `-Wmissing-field-initializers`.
