![]() |
Project
|
#include "Mocking.h"
#include <catch_amalgamated.hpp>
#include "Framework/ChannelSpecHelpers.h"
#include "../src/DeviceSpecHelpers.h"
#include "../src/GraphvizHelpers.h"
#include "../src/WorkflowHelpers.h"
#include "Framework/DeviceSpec.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/DataSpecUtils.h"
#include "../src/SimpleResourceManager.h"
#include "../src/ComputingResourceHelpers.h"
#include "test_HelperMacros.h"
Go to the source code of this file.
Functions | |
WorkflowSpec | defineDataProcessing1 () |
TEST_CASE ("TestDeviceSpec1") | |
TEST_CASE ("TestDeviceSpec1PushPull") | |
TEST_CASE ("TestDeviceSpec2") | |
WorkflowSpec | defineDataProcessing3 () |
TEST_CASE ("TestDeviceSpec3") | |
WorkflowSpec | defineDataProcessing4 () |
TEST_CASE ("TestDeviceSpec4") | |
WorkflowSpec | defineDataProcessing5 () |
TEST_CASE ("TestTopologyForwarding") | |
WorkflowSpec | defineDataProcessing6 () |
WorkflowSpec | defineDataProcessing7 () |
TEST_CASE ("TestOutEdgeProcessingHelpers") | |
TEST_CASE ("TestTopologyLayeredTimePipeline") | |
WorkflowSpec | defineDataProcessing8 () |
TEST_CASE ("TestSimpleWildcard") | |
WorkflowSpec defineDataProcessing1 | ( | ) |
Definition at line 28 of file test_DeviceSpec.cxx.
WorkflowSpec defineDataProcessing3 | ( | ) |
Definition at line 162 of file test_DeviceSpec.cxx.
WorkflowSpec defineDataProcessing4 | ( | ) |
Definition at line 215 of file test_DeviceSpec.cxx.
WorkflowSpec defineDataProcessing5 | ( | ) |
Definition at line 286 of file test_DeviceSpec.cxx.
WorkflowSpec defineDataProcessing6 | ( | ) |
Definition at line 355 of file test_DeviceSpec.cxx.
WorkflowSpec defineDataProcessing7 | ( | ) |
Definition at line 363 of file test_DeviceSpec.cxx.
WorkflowSpec defineDataProcessing8 | ( | ) |
Definition at line 702 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestDeviceSpec1" | ) |
Definition at line 39 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestDeviceSpec1PushPull" | ) |
Definition at line 79 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestDeviceSpec2" | ) |
Definition at line 134 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestDeviceSpec3" | ) |
Definition at line 178 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestDeviceSpec4" | ) |
Definition at line 228 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestOutEdgeProcessingHelpers" | ) |
Definition at line 376 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestSimpleWildcard" | ) |
Definition at line 709 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestTopologyForwarding" | ) |
Definition at line 299 of file test_DeviceSpec.cxx.
TEST_CASE | ( | "TestTopologyLayeredTimePipeline" | ) |
Definition at line 584 of file test_DeviceSpec.cxx.