lsst.astshim  14.0-11-g0e62142
Public Member Functions | List of all members
astshim.test.ObjectTestCase Class Reference
Inheritance diagram for astshim.test.ObjectTestCase:
astshim.test.MappingTestCase

Public Member Functions

def checkCopy (self, obj)
 
def checkPersistence (self, obj)
 

Detailed Description

Base class for unit tests of objects

Member Function Documentation

◆ checkCopy()

def astshim.test.ObjectTestCase.checkCopy (   self,
  obj 
)
Check that an astshim object can be deep-copied

◆ checkPersistence()

def astshim.test.ObjectTestCase.checkPersistence (   self,
  obj 
)
Check that an astshim object can be persisted and unpersisted

Check persistence using Channel, FitsChan (with native encoding,
as the only encoding compatible with all AST objects),
and XmlChan

The documentation for this class was generated from the following file: