#include "Nemesis/gtest/nemesis_gtest.hh"#include "Standard/Interface/Reporter.h"#include "Origen/Core/ut/Obiwan_convert.h"#include "Origen/Core/ut/Obiwan_diff.h"#include "Origen/Core/ut/Obiwan_info.h"#include "Origen/Core/ut/Obiwan_interp.h"#include "Origen/Core/ut/Obiwan_patch.h"#include "Origen/Core/ut/Obiwan_tag.h"#include "Origen/Core/ut/Obiwan_view.h"#include "Origen/Core/ut/obiwan_main.h"#include "Origen/Core/dc/FakeFactory.h"#include "Origen/Core/io/LibraryIO.h"#include "Origen/Core/io/StateSetIO.h"Classes | |
| class | ObiwanTester< T > |
Typedefs | |
| typedef ::testing::Types< Origen::Obiwan_convert, Origen::Obiwan_diff, Origen::Obiwan_info, Origen::Obiwan_interp, Origen::Obiwan_patch, Origen::Obiwan_tag, Origen::Obiwan_view > | List_Obiwan |
Functions | |
| TYPED_TEST_CASE_P (ObiwanTester) | |
| TYPED_TEST_P (ObiwanTester, HelpWorks) | |
| Check to make sure the help screen works. More... | |
| REGISTER_TYPED_TEST_CASE_P (ObiwanTester, HelpWorks) | |
| INSTANTIATE_TYPED_TEST_CASE_P (Set1, ObiwanTester, List_Obiwan) | |
| TEST (ObiwanMain, BadMode) | |
| TEST (ObiwanMain, LibraryView1) | |
| TEST (ObiwanMain, LibraryInfoGlob) | |
| TEST (ObiwanMain, StateSetView1) | |
| TEST (ObiwanMain, StateSetConvert1) | |
| TEST (Obiwan, Patch_Library_nProductionXs) | |
Typedef Documentation
| typedef ::testing::Types<Origen::Obiwan_convert, Origen::Obiwan_diff, Origen::Obiwan_info, Origen::Obiwan_interp, Origen::Obiwan_patch, Origen::Obiwan_tag, Origen::Obiwan_view> List_Obiwan |
- Examples:
- tstObiwan.cpp.
Function Documentation
| TYPED_TEST_CASE_P | ( | ObiwanTester | ) |
- Examples:
- tstObiwan.cpp.
| TYPED_TEST_P | ( | ObiwanTester | , |
| HelpWorks | |||
| ) |
| REGISTER_TYPED_TEST_CASE_P | ( | ObiwanTester | , |
| HelpWorks | |||
| ) |
- Examples:
- tstObiwan.cpp.
| INSTANTIATE_TYPED_TEST_CASE_P | ( | Set1 | , |
| ObiwanTester | , | ||
| List_Obiwan | |||
| ) |
- Examples:
- tstObiwan.cpp.
| TEST | ( | ObiwanMain | , |
| BadMode | |||
| ) |
- Examples:
- tstObiwan.cpp.
References origen_definitions_m::err, and Origen::obiwan_main().
| TEST | ( | ObiwanMain | , |
| LibraryView1 | |||
| ) |
| TEST | ( | ObiwanMain | , |
| LibraryInfoGlob | |||
| ) |
| TEST | ( | ObiwanMain | , |
| StateSetView1 | |||
| ) |
| TEST | ( | ObiwanMain | , |
| StateSetConvert1 | |||
| ) |
| TEST | ( | Obiwan | , |
| Patch_Library_nProductionXs | |||
| ) |
References Origen::obiwan_main().

1.8.10