femtest.app.test_open.TestObjectOpen Class Reference

Public Member Functions

def compare_cpp_objs (self, doc)
 
def compare_feature_pythons_class_app (self, doc)
 
def setUp (self)
 
def tearDown (self)
 
def test_00print (self)
 
def test_femobjects_open_de9b3fb438 (self)
 
def test_femobjects_open_head (self)
 

Public Attributes

 document
 
 test_file_dir
 

Member Function Documentation

◆ compare_cpp_objs()

def femtest.app.test_open.TestObjectOpen.compare_cpp_objs (   self,
  doc 
)

◆ compare_feature_pythons_class_app()

def femtest.app.test_open.TestObjectOpen.compare_feature_pythons_class_app (   self,
  doc 
)
# see code lines after comment block for the smarter version
# but this makes it easy to understand what is happening
self.assertEqual(
    "<class 'femobjects.constraint_bodyheatsource.ConstraintBodyHeatSource'>",
    str(doc.ConstraintBodyHeatSource.Proxy.__class__)
)

Referenced by femtest.app.test_open.TestObjectOpen.test_femobjects_open_de9b3fb438(), and femtest.app.test_open.TestObjectOpen.test_femobjects_open_head().

◆ setUp()

def femtest.app.test_open.TestObjectOpen.setUp (   self)

◆ tearDown()

◆ test_00print()

def femtest.app.test_open.TestObjectOpen.test_00print (   self)

◆ test_femobjects_open_de9b3fb438()

◆ test_femobjects_open_head()

Member Data Documentation

◆ document

◆ test_file_dir


The documentation for this class was generated from the following file:
  • src/Mod/Fem/femtest/app/test_open.py