Skip to content

Commit

Permalink
README.md: add externTest() and externTesting() to the list of missin…
Browse files Browse the repository at this point in the history
…g ArduinoUnit macros
  • Loading branch information
bxparks committed Mar 16, 2018
1 parent f0de6fe commit 0f570eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f570eb

Please sign in to comment.