Instrument Neutral Distributed Interface INDI  2.0.2
Macros | Functions
TestIndiSetProp.cpp File Reference
#include <stdexcept>
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <system_error>
#include "gtest/gtest.h"
#include "utils.h"
#include "SharedBuffer.h"
#include "DriverMock.h"
#include "IndiServerController.h"
#include "ProcessController.h"
#include "IndiClientMock.h"

Go to the source code of this file.

Macros

#define PROP_COUNT   100
 

Functions

 TEST (TestIndiSetProperties, SetFirstPropertyUntyped)
 
 TEST (TestIndiSetProperties, SetFirstPropertyTyped)
 
 TEST (TestIndiSetProperties, SetLastProperty)
 
 TEST (TestIndiSetProperties, SetLastPropertyTyped)
 

Macro Definition Documentation

◆ PROP_COUNT

#define PROP_COUNT   100

Definition at line 36 of file TestIndiSetProp.cpp.

Function Documentation

◆ TEST() [1/4]

TEST ( TestIndiSetProperties  ,
SetFirstPropertyTyped   
)

Definition at line 102 of file TestIndiSetProp.cpp.

◆ TEST() [2/4]

TEST ( TestIndiSetProperties  ,
SetFirstPropertyUntyped   
)

Definition at line 74 of file TestIndiSetProp.cpp.

◆ TEST() [3/4]

TEST ( TestIndiSetProperties  ,
SetLastProperty   
)

Definition at line 128 of file TestIndiSetProp.cpp.

◆ TEST() [4/4]

TEST ( TestIndiSetProperties  ,
SetLastPropertyTyped   
)

Definition at line 156 of file TestIndiSetProp.cpp.