diff options
author | Giovanni Conte <gconte@cisco.com> | 2019-01-16 10:51:45 +0100 |
---|---|---|
committer | Giovanni Conte <gconte@cisco.com> | 2019-01-16 10:51:45 +0100 |
commit | db496684a300b2d65ae7739c918177111d5a3500 (patch) | |
tree | 1aa6af43ca4856cd5bdc3564189e04207b1fe3cc | |
parent | 7f560eb2b8af423ae1f0f0de1ef5d043f93eaa08 (diff) |
update readme
Change-Id: I3fdab162a0bd4d09745288b4e958560d9d7badbc
Signed-off-by: Giovanni Conte <gconte@cisco.com>
-rw-r--r-- | longbow/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/longbow/README.md b/longbow/README.md index 5da82a69..53accf64 100644 --- a/longbow/README.md +++ b/longbow/README.md @@ -24,7 +24,7 @@ development and xUnit style unit testing. Using LongBow's to aid an offensive-de of using its entry and exit assertions in your code. Similarly using LongBow's unit-test framework uses the same entry and exit assertions in the unit test cases themselves. The runtime assertions and the unit-test assertions work together in the unit test framework and do not conflict. This framework grew out of the need for a unit testing for -Test Driven Development on the CCNx Distillery software distribution. +Test Driven Development on the CCNx Distillery software distribution. Two other test frameworks were considered and used to develop unit tests: Unity and GoogleTest. Ultimately Unity was not used (although this framework is indebted to Unity for inspiration) mainly due to ease-of-use problems, and Googletest was not used mainly because it is a C++ framework, is not compatible with some features of C99, and is |