$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [UTF] Accessing global fixture members within tests
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-01-04 18:24:38
Simon Pickles <sipickles <at> googlemail.com> writes:
> Is this approach used as a global fixture or a test fixture?
Global fixture. Regular test case fixture members are directly accessible with
the test case.
Genandiy