Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef UNIT_TEST_CDS_FIX__HPP
2 #define UNIT_TEST_CDS_FIX__HPP
40 #define STANDARD_SETUP \
41 CRef<CObjectManager> objmgr = CObjectManager::GetInstance(); \
42 CScope scope(*objmgr); \
43 scope.AddDefaults(); \
44 CSeq_entry_Handle seh = scope.AddTopLevelSeqEntry(*entry);
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.