NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbi_system.hpp>
#include <corelib/test_boost.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <objects/seqloc/Seq_interval.hpp>
#include <objects/seqloc/Seq_point.hpp>
#include <objtools/readers/format_guess_ex.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
BOOST_AUTO_TEST_CASE (Test_BED_OneLiner) | |
Test a simple BED one-liner, that CFormatGuess will fail. More... | |
BOOST_AUTO_TEST_CASE (Test_GFF_OneLiner) | |
Test a simple GFF one-liner, that CFormatGuess will fail. More... | |
Variables | |
USING_NCBI_SCOPE | |
BOOST_AUTO_TEST_CASE | ( | Test_BED_OneLiner | ) |
Test a simple BED one-liner, that CFormatGuess will fail.
Definition at line 55 of file unit_test_format_guess_ex.cpp.
References CFormatGuess::eBed, and CFormatGuessEx::GuessFormat().
BOOST_AUTO_TEST_CASE | ( | Test_GFF_OneLiner | ) |
Test a simple GFF one-liner, that CFormatGuess will fail.
Definition at line 71 of file unit_test_format_guess_ex.cpp.
References CFormatGuess::eGff2, and CFormatGuessEx::GuessFormat().
USING_SCOPE | ( | objects | ) |
USING_NCBI_SCOPE |
Definition at line 48 of file unit_test_format_guess_ex.cpp.