Andrew Bullock
Andrew Bullock
Note that I get errors when `Verify` and other such assertions fail, just not when theres a "missing" mock
Running it via the Test button in VSC, haven't tried the cli directly although the button just invokes the cli in a terminal. I'll post an example later when I'm...
Repro: ``` #include #include using namespace fakeit; void testa() { Serial.println("Foo"); } void setUp(void) { ArduinoFakeReset(); // dont stub Serial.println here } int main(int argc, char **argv) { UNITY_BEGIN(); RUN_TEST(testa);...
Actaully, I think its simply because an exception is being thrown and PlatformIO/Unity aren't outputting anything useful. I guess this isnt an ArduinoFake problem then, so feel free to close....
So there is no issue and the current behaviour is in fact optimal?
Is `delete` the only effected keyword?` Apart from #130
What level/features of obfuscation would you like to see?