Instrument Neutral Distributed Interface INDI  2.0.2
Functions
test_property_class.cpp File Reference
#include <gtest/gtest.h>
#include <cstdlib>
#include <cstring>
#include "basedevice.h"
#include "indiproperty.h"
#include "indipropertynumber.h"
#include "indipropertytext.h"
#include "indipropertyswitch.h"
#include "indipropertylight.h"
#include "indipropertyblob.h"
#include <indipropertyview.h>

Go to the source code of this file.

Functions

 TEST (CORE_PROPERTY_CLASS, Test_EmptyProperty)
 
 TEST (CORE_PROPERTY_CLASS, Test_PropertySetters)
 
 TEST (CORE_PROPERTY_CLASS, DISABLED_Test_Integrity)
 
 TEST (CORE_PROPERTY_CLASS, Test_PropertyNumber)
 
 TEST (CORE_PROPERTY_CLASS, Test_PropertySwitch)
 
 TEST (CORE_PROPERTY_CLASS, Test_PropertyText)
 
 TEST (CORE_PROPERTY_CLASS, Test_PropertyLight)
 
 TEST (CORE_PROPERTY_CLASS, Test_PropertyBlob)
 

Function Documentation

◆ TEST() [1/8]

TEST ( CORE_PROPERTY_CLASS  ,
DISABLED_Test_Integrity   
)

Definition at line 159 of file test_property_class.cpp.

◆ TEST() [2/8]

TEST ( CORE_PROPERTY_CLASS  ,
Test_EmptyProperty   
)

Definition at line 38 of file test_property_class.cpp.

◆ TEST() [3/8]

TEST ( CORE_PROPERTY_CLASS  ,
Test_PropertyBlob   
)

Definition at line 445 of file test_property_class.cpp.

◆ TEST() [4/8]

TEST ( CORE_PROPERTY_CLASS  ,
Test_PropertyLight   
)

Definition at line 385 of file test_property_class.cpp.

◆ TEST() [5/8]

TEST ( CORE_PROPERTY_CLASS  ,
Test_PropertyNumber   
)

Definition at line 199 of file test_property_class.cpp.

◆ TEST() [6/8]

TEST ( CORE_PROPERTY_CLASS  ,
Test_PropertySetters   
)

Definition at line 64 of file test_property_class.cpp.

◆ TEST() [7/8]

TEST ( CORE_PROPERTY_CLASS  ,
Test_PropertySwitch   
)

Definition at line 265 of file test_property_class.cpp.

◆ TEST() [8/8]

TEST ( CORE_PROPERTY_CLASS  ,
Test_PropertyText   
)

Definition at line 325 of file test_property_class.cpp.