CuneiPainter  Version 1.2
ExampleUnitTest Class Reference

Example local unit test, which will execute on the development machine (host). More...

Public Member Functions

void addition_isCorrect ()
 

Detailed Description

Example local unit test, which will execute on the development machine (host).

See Also
Testing documentation

Member Function Documentation

void addition_isCorrect ( )
14  {
15  assertEquals(4, 2 + 2);
16  }