コード例 #1
0
ファイル: flat-sra-kfg.cpp プロジェクト: binlu1981/ncbi-vdb
 ~Fixture(void) {
     assert ( _dad );
     rc_t rc = 0;
     REQUIRE_EQ ( rc, 0u );
     _dad->ErrorCounterAdd(GetErrorCounter());
 }
コード例 #2
0
ファイル: flat-sra-kfg.cpp プロジェクト: binlu1981/ncbi-vdb
 ~Test(void) {
     assert(_dad);
     _dad->ErrorCounterAdd(GetErrorCounter());
 }