Boost logo

Boost Users :

Subject: Re: [Boost-users] boost test framework logging xml to file
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-12-20 16:34:29


Jarosław Bober <jaroslaw.bober <at> gmail.com> writes:

>
>
> Hello,is there a way to get test case name from global fixture?

Global fixture is executed once per test module. What you need is to change test
log stream in case case fixture which does have an access to the test case
through framework::current_test_case().p_name.

Gennadiy


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net