HLCC Documentation 3.0.0
Loading...
Searching...
No Matches
testDataContext.cpp File Reference
#include "eltpk/dataContext.hpp"
#include <gtest/gtest.h>
#include <gtest/gtest_prod.h>
#include <ptk/angles.hpp>
#include <taiclock/taiClock.hpp>
#include <chrono>
#include <ciiLogManager.hpp>
#include <mal/utility/LoadMal.hpp>
#include "mal/Cii.hpp"
#include "eltpk/oldbInterface.hpp"
#include "eltpk/config.hpp"
#include "eltpk/logger.hpp"

Classes

class  OldbAdapterDummy
 
class  OldbInterfaceDummy
 
class  DataContextTest
 

Macros

#define EXPECT_RADIANS_EQ(a, b)
 Test that two angles in radians are almost equal.
 
#define EXPECT_RADIANS_NEAR(a, b, eps)
 Test that two angles in radians are within a given distance to each other.
 

Functions

 TEST_F (DataContextTest, testTargetAltAz)
 

Macro Definition Documentation

◆ EXPECT_RADIANS_EQ

#define EXPECT_RADIANS_EQ ( a,
b )
Value:
EXPECT_DOUBLE_EQ(Radians((a)).Get(), Radians((b)).Get())

Test that two angles in radians are almost equal.

◆ EXPECT_RADIANS_NEAR

#define EXPECT_RADIANS_NEAR ( a,
b,
eps )
Value:
EXPECT_NEAR(Radians((a)).Get(), Radians((b)).Get(), (eps))

Test that two angles in radians are within a given distance to each other.

Function Documentation

◆ TEST_F()

TEST_F ( DataContextTest ,
testTargetAltAz  )