FreeNOS
Macros
TestCase.h File Reference
#include <MemoryBlock.h>
#include <stdio.h>
#include <List.h>
#include <Macros.h>
#include "LocalTest.h"

Go to the source code of this file.

Macros

#define private   public
 Redefine private as public for accessing class members in testcases. More...
 
#define protected   public
 
#define TestCase(name)
 
#define testAssert(expression)
 Test if the given expression is true and return NOK otherwise. More...
 
#define testString(s1, s2)   testAssert(MemoryBlock::compare((s1), (s2)))
 Test if the given character strings are equal. More...