Macros | Functions
Stats_TwoSampleStats_T.cpp File Reference
#include "Stats.hpp"
#include "Vector.hpp"
#include "TestUtil.hpp"
#include <iostream>
Include dependency graph for Stats_TwoSampleStats_T.cpp:

Go to the source code of this file.

Macros

#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)
 

Functions

int main ()
 
template<class T >
size_t statsTest ()
 

Macro Definition Documentation

◆ TUA

#define TUA (   EXP,
  GOT,
  METHOD 
)    testFramework.changeSourceMethod(METHOD); testFramework.assert_equals<int>(EXP,GOT,__LINE__)

Definition at line 46 of file Stats_TwoSampleStats_T.cpp.

◆ TUAE

#define TUAE (   EXP,
  GOT,
  EPS,
  METHOD 
)    testFramework.changeSourceMethod(METHOD); testFramework.assert_equals(T(EXP),GOT,__LINE__,"",EPS)

Definition at line 47 of file Stats_TwoSampleStats_T.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 87 of file Stats_TwoSampleStats_T.cpp.

◆ statsTest()

template<class T >
size_t statsTest ( )

Definition at line 50 of file Stats_TwoSampleStats_T.cpp.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:43