libsequence  1.9.5
PolyTableBadBehavior.cc File Reference

Unit test for really bad things. More...

#include <Sequence/PolySites.hpp>
#include <Sequence/Fasta.hpp>
#include <Sequence/Alignment.hpp>
#include <Sequence/polySiteVector.hpp>
#include <Sequence/PolyTableFunctions.hpp>
#include <boost/test/unit_test.hpp>
#include <cstdio>
#include <cstdlib>
#include <cctype>
#include <iostream>
#include <functional>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (exception1)
 
 BOOST_AUTO_TEST_CASE (badness2)
 

Detailed Description

Unit test for really bad things.

Most of what is done here are examples of what NOT to do!!!!

Covers stuff in the following sections of the tutorial:

  • polytable_csi
  • polytable_idiot

Definition in file PolyTableBadBehavior.cc.