From 0f570ebab30793004805b47030f0fa5607d135c7 Mon Sep 17 00:00:00 2001 From: Brian Park Date: Fri, 16 Mar 2018 16:43:40 -0700 Subject: [PATCH] README.md: add externTest() and externTesting() to the list of missing ArduinoUnit macros --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c7ad091..cbe6137 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,12 @@ The following methods from ArduinoUnit are not implemented: * `assertTestSkip(name)` * `assertTestNotSkip(name)` +The following macros are not implemented because they are only needed +by the Meta Assertions: + +* `externTest()` +* `externTesting()` + ***ArduinoUnit Compatibility***: _Not implemented in AUnit._ ### Status Indicator Methods