$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Oneshot fixture per test suit
From: Florian Lindner (mailinglists_at_[hidden])
Date: 2014-06-30 02:28:07
Hello,
is it possible to have a test fixture that is created once per test suite
and is destroyed after the last test of the test suite has been ran?
A test suite level fixture is created before each and every test, a global
fixture just once for the entire test programm.
Thanks,
Florian