This PR adds an initial unit test for NeoPZ's persistence features.
By invoking TPZPersistenceManager::OpenWrite, the TPZPersistenceManager::PopulateClassIdMap routine will be called
and all classes for which TPZRestoreClass<T> templates are defined will have their default constructor checked at runtime.
This PR adds an initial unit test for NeoPZ's persistence features.
By invoking
TPZPersistenceManager::OpenWrite
, theTPZPersistenceManager::PopulateClassIdMap
routine will be called and all classes for whichTPZRestoreClass<T>
templates are defined will have their default constructor checked at runtime.