Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Functions | Variables
test_ccd_simulator.cpp File Reference
#include "indicom.h"
#include "indilogger.h"
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include "ccd_simulator.h"

Go to the source code of this file.

Classes

class  MockCCDSimDriver
 

Functions

 TEST (CCDSimulatorDriverTest, test_properties)
 
 TEST (CCDSimulatorDriverTest, test_guide_api)
 
 TEST (CCDSimulatorDriverTest, test_draw_star)
 
int main (int argc, char **argv)
 

Variables

char _me [] = "MockCCDSimDriver"
 
char * me = _me
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 214 of file test_ccd_simulator.cpp.

◆ TEST() [1/3]

TEST ( CCDSimulatorDriverTest  ,
test_draw_star   
)

Definition at line 209 of file test_ccd_simulator.cpp.

◆ TEST() [2/3]

TEST ( CCDSimulatorDriverTest  ,
test_guide_api   
)

Definition at line 204 of file test_ccd_simulator.cpp.

◆ TEST() [3/3]

TEST ( CCDSimulatorDriverTest  ,
test_properties   
)

Definition at line 199 of file test_ccd_simulator.cpp.

Variable Documentation

◆ _me

char _me[] = "MockCCDSimDriver"

Definition at line 12 of file test_ccd_simulator.cpp.

◆ me

char* me = _me

Definition at line 13 of file test_ccd_simulator.cpp.