opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Unit tests for the OpatIO class and associated structs. More...
#include <gtest/gtest.h>
#include "opatIO.h"
#include "indexVector.h"
#include "picosha2.h"
#include <iostream>
#include <string>
Classes | |
class | opatIOTest |
Test suite for the const class. More... | |
Functions | |
TEST_F (opatIOTest, DefaultConstructor) | |
TEST_F (opatIOTest, ReadHeader) | |
TEST_F (opatIOTest, ReadCardCatalog) | |
TEST_F (opatIOTest, ReadDataCard) | |
TEST_F (opatIOTest, AccessTableByTag) | |
TEST_F (opatIOTest, SliceTable) | |
TEST_F (opatIOTest, GetRow) | |
TEST_F (opatIOTest, GetColumn) | |
TEST_F (opatIOTest, GetRawData) | |
TEST_F (opatIOTest, TableAscii) | |
TEST_F (opatIOTest, getValue) | |
TEST_F (opatIOTest, getBounds) | |
Variables | |
std::string | EXAMPLE_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/opatIO-cpp/tests/gs98hz.opat" |
Unit tests for the OpatIO class and associated structs.
TEST_F | ( | opatIOTest | , |
AccessTableByTag | ) |
TEST_F | ( | opatIOTest | , |
DefaultConstructor | ) |
TEST_F | ( | opatIOTest | , |
getBounds | ) |
TEST_F | ( | opatIOTest | , |
GetColumn | ) |
TEST_F | ( | opatIOTest | , |
GetRawData | ) |
TEST_F | ( | opatIOTest | , |
GetRow | ) |
TEST_F | ( | opatIOTest | , |
getValue | ) |
TEST_F | ( | opatIOTest | , |
ReadCardCatalog | ) |
TEST_F | ( | opatIOTest | , |
ReadDataCard | ) |
TEST_F | ( | opatIOTest | , |
ReadHeader | ) |
TEST_F | ( | opatIOTest | , |
SliceTable | ) |
TEST_F | ( | opatIOTest | , |
TableAscii | ) |
std::string EXAMPLE_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/opatIO-cpp/tests/gs98hz.opat" |