Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixture: add non const Setup() and TearDown(). (#285)
* Fixture: add non const Setup() and TearDown(). This allows write-access to the State variable, which is important in upcoming user-defined counter functionality. * Fix const placement in the Fixture methods. * Fixture: use const_cast instead of static_cast.
- Loading branch information