this is a class for unit testing

Dependents:   OS

This is an UnitTest library. You can use for POST.

Revision:
3:658ba851ab74
Parent:
1:652e6df36e5d
--- a/UnitTest.h	Mon Nov 06 15:44:25 2017 +0000
+++ b/UnitTest.h	Wed Sep 11 10:36:53 2019 +0000
@@ -7,6 +7,7 @@
 /*!
 This is an unit test class
 */
+
 class UnitTest
 {
     private:
@@ -27,7 +28,7 @@
         /**
         *   This is a test function
         */
-        void assert(int, int);
+        void assertOn(int, int);
 };
 
 #endif
\ No newline at end of file