#include <boost/test/unit_test.hpp>#include "AlignmentInfo.h"#include "AlignmentInfoCollection.h"Go to the source code of this file.
Classes | |
| struct | AlignmentInfoFixture |
Typedefs | |
| typedef pair< size_t, size_t > | IndexPair |
| typedef set< pair< size_t, size_t > > | IndexSet |
Functions | |
| BOOST_FIXTURE_TEST_CASE (comparator, AlignmentInfoFixture) | |
| BOOST_FIXTURE_TEST_CASE (hasher, AlignmentInfoFixture) | |
| typedef pair<size_t,size_t> IndexPair |
Definition at line 30 of file AlignmentInfoTest.cpp.
| typedef set<pair<size_t,size_t> > IndexSet |
Definition at line 31 of file AlignmentInfoTest.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | hasher | , | |
| AlignmentInfoFixture | ||||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | comparator | , | |
| AlignmentInfoFixture | ||||
| ) |
Definition at line 54 of file AlignmentInfoTest.cpp.
1.5.9