C# 클래스 mp3lib_Tests.Classes_for_tests.TestCommunicator

상속: ICommunication
파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
GetResponse ( ) : string
SendMessage ( string str ) : void
TestCommunicator ( IEnumerable userInput ) : System.Collections.Generic

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( ) : string
리턴 string

SendMessage() 공개 메소드

public SendMessage ( string str ) : void
str string
리턴 void

TestCommunicator() 공개 메소드

public TestCommunicator ( IEnumerable userInput ) : System.Collections.Generic
userInput IEnumerable
리턴 System.Collections.Generic