Project
Loading...
Searching...
No Matches
test_WorkflowHelpers.cxx File Reference
#include "Mocking.h"
#include "test_HelperMacros.h"
#include "Framework/ConfigContext.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/DataSpecUtils.h"
#include "Framework/SimpleOptionsRetriever.h"
#include "Framework/LifetimeHelpers.h"
#include "../src/WorkflowHelpers.h"
#include <catch_amalgamated.hpp>
#include <algorithm>
#include <memory>
#include <list>

Go to the source code of this file.

Functions

 TEST_CASE ("TestVerifyWorkflow")
 
 TEST_CASE ("TestWorkflowHelpers")
 
 TEST_CASE ("TestSimpleConnection")
 
 TEST_CASE ("TestSimpleForward")
 
 TEST_CASE ("TestGraphConstruction")
 
 TEST_CASE ("TestExternalInput")
 
 TEST_CASE ("DetermineDanglingOutputs")
 
 TEST_CASE ("TEST_SELECT")
 
 TEST_CASE ("TestOriginWildcard")
 

Function Documentation

◆ TEST_CASE() [1/9]

TEST_CASE ( "DetermineDanglingOutputs"  )

Definition at line 497 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [2/9]

TEST_CASE ( "TEST_SELECT"  )

Definition at line 540 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [3/9]

TEST_CASE ( "TestExternalInput"  )

Definition at line 473 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [4/9]

TEST_CASE ( "TestGraphConstruction"  )

Definition at line 309 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [5/9]

TEST_CASE ( "TestOriginWildcard"  )

Definition at line 554 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [6/9]

TEST_CASE ( "TestSimpleConnection"  )

Definition at line 202 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [7/9]

TEST_CASE ( "TestSimpleForward"  )

Definition at line 262 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [8/9]

TEST_CASE ( "TestVerifyWorkflow"  )

Definition at line 26 of file test_WorkflowHelpers.cxx.

◆ TEST_CASE() [9/9]

TEST_CASE ( "TestWorkflowHelpers"  )

FIXME: Circular dependencies not possible for now. Should they actually be supported?

We actually support using node indexes which are not std::pair<size_t, size_t> as long as they occupy 64 bit

Definition at line 65 of file test_WorkflowHelpers.cxx.