#include <cstdlib>#include <fstream>#include <iomanip>#include <iostream>#include "Origen/Core/dc/FakeFactory.h"#include "Origen/Core/io/StateSetIO.h"#include "Origen/Core/io/StateSetIO_bof.h"#include "Origen/Core/fn/bof.h"#include "Origen/Core/fn/print.h"#include "ScaleUtils/IO/Utils.h"#include "Origen/Core/config.h"#include "Nemesis/gtest/nemesis_gtest.hh"Classes | |
| class | StateSetIOTester |
Functions | |
| TEST_P (StateSetIOTester, RoundTrip) | |
| INSTANTIATE_TEST_CASE_P (StateSetTesterFormats, StateSetIOTester,::testing::Values("s62b","bof")) | |
| TEST_F (StateSetIOTester, AppendStream) | |
| TEST_F (StateSetIOTester, AppendFile) | |
Function Documentation
| TEST_P | ( | StateSetIOTester | , |
| RoundTrip | |||
| ) |
- Examples:
- tstStateSetIO.cpp.
| INSTANTIATE_TEST_CASE_P | ( | StateSetTesterFormats | , |
| StateSetIOTester | , | ||
| ::testing:: | Values"s62b","bof" | ||
| ) |
- Examples:
- tstStateSetIO.cpp.
| TEST_F | ( | StateSetIOTester | , |
| AppendStream | |||
| ) |
- Examples:
- tstStateSetIO.cpp.
References StateSet::add_states(), and StateSetIO_bof::write().
| TEST_F | ( | StateSetIOTester | , |
| AppendFile | |||
| ) |
References StateSet::add_states(), Origen::loadStateSet(), and Origen::saveStateSet().

1.8.10