Questions tagged [banditcpp]

BanditCPP is a human friendly unit testing framework for C++11

BanditCPP is a human friendly unit testing framework for C++11 http://banditcpp.org

1 questions
0
votes
1 answer

Get current test name in BanditCPP

Is it possible to get the current context and test name in a BanditCPP spec ? For example, given example from the web site: describe("a calculator", [&](){ calculator_ptr calc; it("can add", [&](){ AssertThat(calculator->add(3,2),…
Martin Delille
  • 11,360
  • 15
  • 65
  • 132