C# Class UnitTests.GdbTestingBase

Datei anzeigen Open project: pleonex/NitroDebugger

Protected Methods

Method Description
CloseServer ( ) : void
Dispose ( ) : void
GdbTestingBase ( int index ) : System
OpenServer ( ) : void
Read ( ) : string
SendPacket ( string cmd, string args ) : void
SetUp ( ) : void

Method Details

CloseServer() protected method

protected CloseServer ( ) : void
return void

Dispose() protected method

protected Dispose ( ) : void
return void

GdbTestingBase() protected method

protected GdbTestingBase ( int index ) : System
index int
return System

OpenServer() protected method

protected OpenServer ( ) : void
return void

Read() protected method

protected Read ( ) : string
return string

SendPacket() protected method

protected SendPacket ( string cmd, string args ) : void
cmd string
args string
return void

SetUp() protected method

protected SetUp ( ) : void
return void