CGRA-ME
Functions
OpGraph_tests.cpp File Reference
#include <CGRA/OpGraph.h>
#include "testutils/OpGraphsForTesting.hpp"
#include <catch2/catch.hpp>

Go to the source code of this file.

Functions

void then_verify_should_pass (const OpGraph &opgraph)
 
 SCENARIO ("removing nodes and links from OpGraphs", "")
 
 TEST_CASE ("OpGraphOpCode to and from Strings")
 
 TEST_CASE ("OpGraph Equality and Copying Tests")
 

Function Documentation

◆ SCENARIO()

SCENARIO ( "removing nodes and links from OpGraphs"  ,
""   
)

Definition at line 22 of file OpGraph_tests.cpp.

◆ TEST_CASE() [1/2]

TEST_CASE ( "OpGraph Equality and Copying Tests"  )

Definition at line 173 of file OpGraph_tests.cpp.

◆ TEST_CASE() [2/2]

TEST_CASE ( "OpGraphOpCode to and from Strings"  )

Definition at line 129 of file OpGraph_tests.cpp.

◆ then_verify_should_pass()

void then_verify_should_pass ( const OpGraph opgraph)

Definition at line 16 of file OpGraph_tests.cpp.