bxparks/AUnit

Test fixture implementation following example didn't work

arjuna-dev opened this issue · 1 comments

I tried to implement a test fixture (https://github.com/arjuna-dev/AUnit/blob/develop/examples/fixture/fixture.ino) but found that I needed to add aunit:: to TestOnce for it to work (so aunit::TestOnce) when inheriting from TestOnce. I'll make a pull-request with this minimal change

My bad, the line using namespace aunit; makes it work in the example