Class DFGServiceTests
Inheritance
DFGServiceTests
Syntax
public class DFGServiceTests : BaseFixture
Properties
CreateGraphOnStartup
Declaration
protected override bool CreateGraphOnStartup { get; }
Property Value
Overrides
ShouldUseTestAssemblies
Declaration
protected override bool ShouldUseTestAssemblies { get; }
Property Value
Overrides
Methods
DetectAvailablePortDataTypes_WithDataUsage()
Declaration
public void DetectAvailablePortDataTypes_WithDataUsage()
DetectAvailablePortDataTypes_WithMessageUsage()
Declaration
public void DetectAvailablePortDataTypes_WithMessageUsage()
DetectAvailableTypes()
Declaration
public void DetectAvailableTypes()
Declaration
public void GetDataInputPortID_NoArray_ReturnValidValues(Type nodeDefinition, string portName, ushort expectedPortValue)
Parameters
Type |
Name |
Description |
Type |
nodeDefinition |
|
String |
portName |
|
UInt16 |
expectedPortValue |
|
Declaration
public void GetDataInputPortID_PortArray_ReturnValidValues(Type nodeDefinition, string portName, ushort expectedPortIDValue, int portIndexValue)
Parameters
Type |
Name |
Description |
Type |
nodeDefinition |
|
String |
portName |
|
UInt16 |
expectedPortIDValue |
|
Int32 |
portIndexValue |
|
GetDataOutputPortID_NoArray_ReturnValidValues(Type, String, UInt16)
Declaration
public void GetDataOutputPortID_NoArray_ReturnValidValues(Type nodeDefinition, string portName, ushort expectedPortValue)
Parameters
Type |
Name |
Description |
Type |
nodeDefinition |
|
String |
portName |
|
UInt16 |
expectedPortValue |
|
Declaration
public void GetMessageInputPortID_NoArray_ReturnValidValues(Type nodeDefinition, string portName, ushort expectedPortValue)
Parameters
Type |
Name |
Description |
Type |
nodeDefinition |
|
String |
portName |
|
UInt16 |
expectedPortValue |
|
Declaration
public void GetMessageInputPortID_PortArray_ReturnValidValues(Type nodeDefinition, string portName, ushort expectedPortIDValue, int portIndexValue)
Parameters
Type |
Name |
Description |
Type |
nodeDefinition |
|
String |
portName |
|
UInt16 |
expectedPortIDValue |
|
Int32 |
portIndexValue |
|
GetMessageOutputPortID_NoArray_ReturnValidValues(Type, String, UInt16)
Declaration
public void GetMessageOutputPortID_NoArray_ReturnValidValues(Type nodeDefinition, string portName, ushort expectedPortValue)
Parameters
Type |
Name |
Description |
Type |
nodeDefinition |
|
String |
portName |
|
UInt16 |
expectedPortValue |
|
ValidateGetAvailableTestsWithSorting()
Declaration
public void ValidateGetAvailableTestsWithSorting()