#include "Stats.hpp"
#include "Vector.hpp"
#include "TestUtil.hpp"
#include <iostream>
Go to the source code of this file.
|
#define | TUA(EXP, GOT, METHOD) testFramework.changeSourceMethod(METHOD); testFramework.assert_equals<int>(EXP,GOT,__LINE__) |
|
#define | TUAE(EXP, GOT, EPS, METHOD) testFramework.changeSourceMethod(METHOD); testFramework.assert_equals(T(EXP),GOT,__LINE__,"",EPS) |
|
◆ TUA
#define TUA |
( |
|
EXP, |
|
|
|
GOT, |
|
|
|
METHOD |
|
) |
| testFramework.changeSourceMethod(METHOD); testFramework.assert_equals<int>(EXP,GOT,__LINE__) |
◆ TUAE
#define TUAE |
( |
|
EXP, |
|
|
|
GOT, |
|
|
|
EPS, |
|
|
|
METHOD |
|
) |
| testFramework.changeSourceMethod(METHOD); testFramework.assert_equals(T(EXP),GOT,__LINE__,"",EPS) |
◆ main()
◆ statsTest()