SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
NetworkEditorControllerTests.cc File Reference
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <Dataflow/Engine/Controller/NetworkEditorController.h>
#include <Dataflow/Network/ModuleInterface.h>
#include <Dataflow/Network/ConnectionId.h>
#include <Dataflow/Network/NetworkSettings.h>
#include <Dataflow/Network/Tests/MockNetwork.h>
#include <Dataflow/Network/Tests/MockPorts.h>
#include <Dataflow/Engine/Scheduler/DesktopExecutionStrategyFactory.h>

Classes

class  SlotClassForNetworkEditorController
 
class  DummySlotClassForNetworkEditorController
 
class  NetworkEditorControllerTests
 

Functions

 TEST_F (NetworkEditorControllerTests, CanAddAndRemoveModulesWithSignalling)
 
 TEST_F (NetworkEditorControllerTests, CanAddAndRemoveConnectionWithSignalling)
 
 TEST_F (NetworkEditorControllerTests, CannotConnectInputPortToInputPort)
 
 TEST_F (NetworkEditorControllerTests, CannotConnectOutputPortToOutputPort)
 
 TEST_F (NetworkEditorControllerTests, CannotConnectToFullInputPort)
 
 TEST_F (NetworkEditorControllerTests, CannotConnectBetweenSameModule)
 
 TEST_F (NetworkEditorControllerTests, CannotConnectBetweenDifferentPortTypes)
 

Function Documentation

TEST_F ( NetworkEditorControllerTests  ,
CanAddAndRemoveModulesWithSignalling   
)
TEST_F ( NetworkEditorControllerTests  ,
CanAddAndRemoveConnectionWithSignalling   
)
TEST_F ( NetworkEditorControllerTests  ,
CannotConnectInputPortToInputPort   
)
TEST_F ( NetworkEditorControllerTests  ,
CannotConnectOutputPortToOutputPort   
)
TEST_F ( NetworkEditorControllerTests  ,
CannotConnectToFullInputPort   
)
TEST_F ( NetworkEditorControllerTests  ,
CannotConnectBetweenSameModule   
)
TEST_F ( NetworkEditorControllerTests  ,
CannotConnectBetweenDifferentPortTypes   
)