CGRA-ME
Functions
dotparser_tests.cpp File Reference
#include <CGRA/dotparse.h>
#include <catch2/catch.hpp>
#include <sstream>

Go to the source code of this file.

Functions

 TEST_CASE ("DOT Parsing Tests -- Basic Functionality")
 
 TEST_CASE ("DOT Parsing Tests -- Default Attributes")
 
 TEST_CASE ("DOT Parsing Tests -- Simple Failures")
 
 TEST_CASE ("DOT Parsing Tests -- ID Tests")
 
 TEST_CASE ("DOT Parsing Tests -- Comments")
 

Function Documentation

◆ TEST_CASE() [1/5]

TEST_CASE ( "DOT Parsing Tests -- Basic Functionality"  )

Definition at line 40 of file dotparser_tests.cpp.

◆ TEST_CASE() [2/5]

TEST_CASE ( "DOT Parsing Tests -- Comments"  )

Definition at line 349 of file dotparser_tests.cpp.

◆ TEST_CASE() [3/5]

TEST_CASE ( "DOT Parsing Tests -- Default Attributes"  )

Definition at line 162 of file dotparser_tests.cpp.

◆ TEST_CASE() [4/5]

TEST_CASE ( "DOT Parsing Tests -- ID Tests"  )

Definition at line 252 of file dotparser_tests.cpp.

◆ TEST_CASE() [5/5]

TEST_CASE ( "DOT Parsing Tests -- Simple Failures"  )

Definition at line 229 of file dotparser_tests.cpp.