bxparks / AUnit

Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with EpoxyDuino for continuous builds.
MIT License
179 stars 16 forks source link

Added accessing class TestOnce to inherit from it #100

Closed arjuna-dev closed 1 year ago

arjuna-dev commented 1 year ago

I was trying to follow the example but needed to add that change to make it work

bxparks commented 1 year ago

This should not be necessary because of the

using namespace aunit;

statement at the top of fixture.ino file.

What environment are you using? And what was the error message?

arjuna-dev commented 1 year ago

Ah, you are correct. Sorry to have bothered with it. I missed that line in my implementation