this is a class for unit testing

Dependents:   OS

Embed: (wiki syntax)

« Back to documentation index

UnitTest Class Reference

UnitTest Class Reference

Library for unit testing. More...

#include <UnitTest.h>

Public Member Functions

void start ()
 This is the start point of the unit test.
void end ()
 This is the end point of the unit test.
void assertOn (int, int)
 This is a test function.

Detailed Description

Library for unit testing.

This is an unit test class

Definition at line 11 of file UnitTest.h.


Member Function Documentation

void assertOn ( int  a,
int  b 
)

This is a test function.

Definition at line 14 of file UnitTest.cpp.

void end (  )

This is the end point of the unit test.

Definition at line 9 of file UnitTest.cpp.

void start (  )

This is the start point of the unit test.

Definition at line 3 of file UnitTest.cpp.