C# Class mp3lib_Tests.Classes_for_tests.TestCommunicator

Inheritance: ICommunication
Show file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
GetResponse ( ) : string
SendMessage ( string str ) : void
TestCommunicator ( IEnumerable userInput ) : System.Collections.Generic

Method Details

GetResponse() public method

public GetResponse ( ) : string
return string

SendMessage() public method

public SendMessage ( string str ) : void
str string
return void

TestCommunicator() public method

public TestCommunicator ( IEnumerable userInput ) : System.Collections.Generic
userInput IEnumerable
return System.Collections.Generic