CYCAMORE
Loading...
Searching...
No Matches
build/cycamore/sink_tests.h
Go to the documentation of this file.
1#ifndef CYCAMORE_SRC_SINK_TESTS_H_
2#define CYCAMORE_SRC_SINK_TESTS_H_
3
4#include <gtest/gtest.h>
5
6#include "sink.h"
7
8#include "test_context.h"
9
10// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
11class SinkTest : public ::testing::Test {
12 protected:
13 cyclus::TestContext tc_;
14 TestFacility* trader;
16 std::string commod1_, commod2_, commod3_;
19
20 virtual void SetUp();
21 virtual void TearDown();
22 void InitParameters();
23 void SetUpSink();
24};
25
26#endif // CYCAMORE_SRC_SINK_TESTS_H_
virtual void SetUp()
cyclus::TestContext tc_
cycamore::Sink * src_facility
TestFacility * trader
virtual void TearDown()
This facility acts as a sink of materials and products with a fixed throughput (per time step) capaci...