NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/test_boost.hpp>
#include <objtools/blast/seqdb_reader/seqdbcommon.hpp>
#include <objtools/blast/seqdb_reader/tax4blastsqlite.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NCBI_TEST_APPLICATION |
Functions | |
BOOST_AUTO_TEST_CASE (InvalidTaxonomyId) | |
BOOST_AUTO_TEST_CASE (TaxonomyIdNotFound) | |
BOOST_AUTO_TEST_CASE (RetrieveHumanTaxids) | |
BOOST_AUTO_TEST_CASE (RetrieveLeafNodeTaxid_Neanderthal) | |
BOOST_AUTO_TEST_CASE (DatabaseNotFound) | |
BOOST_AUTO_TEST_CASE (InvalidSQLiteDatabase) | |
Variables | |
USING_NCBI_SCOPE | |
#define NCBI_TEST_APPLICATION |
Definition at line 32 of file seqdb_tax4blast_unit_test.cpp.
BOOST_AUTO_TEST_CASE | ( | DatabaseNotFound | ) |
Definition at line 94 of file seqdb_tax4blast_unit_test.cpp.
BOOST_AUTO_TEST_CASE | ( | InvalidSQLiteDatabase | ) |
Definition at line 102 of file seqdb_tax4blast_unit_test.cpp.
BOOST_AUTO_TEST_CASE | ( | InvalidTaxonomyId | ) |
Definition at line 43 of file seqdb_tax4blast_unit_test.cpp.
BOOST_AUTO_TEST_CASE | ( | RetrieveHumanTaxids | ) |
Definition at line 65 of file seqdb_tax4blast_unit_test.cpp.
References expected.
BOOST_AUTO_TEST_CASE | ( | RetrieveLeafNodeTaxid_Neanderthal | ) |
Definition at line 83 of file seqdb_tax4blast_unit_test.cpp.
BOOST_AUTO_TEST_CASE | ( | TaxonomyIdNotFound | ) |
Definition at line 55 of file seqdb_tax4blast_unit_test.cpp.
USING_NCBI_SCOPE |
Definition at line 40 of file seqdb_tax4blast_unit_test.cpp.