#include "DomainFeature.h"#include "ScoreFeature.h"#include "tables-core.h"#include <boost/test/test_tools.hpp>#include <boost/test/unit_test.hpp>#include <boost/assign/list_of.hpp>#include <unordered_set>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | MosesTraining |
Defines | |
| #define | BOOST_TEST_MODULE MosesTrainingScoreFeature |
Functions | |
| const char * | DomainFileLocation () |
| BOOST_AUTO_TEST_CASE (manager_configure_domain_except) | |
| template<typename T > | |
| T | adder (T v) |
| template<typename T , typename... Args> | |
| T | adder (T first, Args...args) |
| BOOST_AUTO_TEST_CASE (manager_config_domain) | |
| #define BOOST_TEST_MODULE MosesTrainingScoreFeature |
Definition at line 24 of file ScoreFeatureTest.cpp.
Definition at line 93 of file ScoreFeatureTest.cpp.
References adder().

Definition at line 87 of file ScoreFeatureTest.cpp.
Referenced by adder(), and BOOST_AUTO_TEST_CASE().

| BOOST_AUTO_TEST_CASE | ( | manager_config_domain | ) |
| BOOST_AUTO_TEST_CASE | ( | manager_configure_domain_except | ) |
Definition at line 53 of file ScoreFeatureTest.cpp.
References MosesTraining::ScoreFeatureManager::configure().

| const char* DomainFileLocation | ( | ) |
Definition at line 44 of file ScoreFeatureTest.cpp.
1.5.9