Dreamine.FullKit.Tests 1.0.0.0
Dreamine.FullKit.Tests 기능을 검증하는 자동화 테스트 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.FullKit.Tests.Communication.RabbitMqMessageBusTests.FakeRabbitMqConnectionFactory 클래스 참조sealed

더 자세히 ...

Dreamine.FullKit.Tests.Communication.RabbitMqMessageBusTests.FakeRabbitMqConnectionFactory에 대한 상속 다이어그램 :
Dreamine.FullKit.Tests.Communication.RabbitMqMessageBusTests.FakeRabbitMqConnectionFactory에 대한 협력 다이어그램:

Public 멤버 함수

 FakeRabbitMqConnectionFactory (FakeRabbitMqConnection connection)
IRabbitMqConnection CreateConnection (RabbitMqMessageBusOptions options)

Private 속성

readonly FakeRabbitMqConnection _connection

상세한 설명

Fake Rabbit Mq Connection Factory 기능과 관련 상태를 캡슐화합니다.

RabbitMqMessageBusTests.cs 파일의 405 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ FakeRabbitMqConnectionFactory()

Dreamine.FullKit.Tests.Communication.RabbitMqMessageBusTests.FakeRabbitMqConnectionFactory.FakeRabbitMqConnectionFactory ( FakeRabbitMqConnection connection)
inline

지정한 설정으로 FakeRabbitMqConnectionFactory 클래스의 새 인스턴스를 초기화합니다.

매개변수
connectionconnection에 사용할 FakeRabbitMqConnection 값입니다.

RabbitMqMessageBusTests.cs 파일의 433 번째 라인에서 정의되었습니다.

434 {
435 _connection = connection;
436 }

다음을 참조함 : _connection.

멤버 함수 문서화

◆ CreateConnection()

IRabbitMqConnection Dreamine.FullKit.Tests.Communication.RabbitMqMessageBusTests.FakeRabbitMqConnectionFactory.CreateConnection ( RabbitMqMessageBusOptions options)
inline

Connection 값을 생성합니다.

매개변수
options동작을 구성하는 설정입니다.
반환값
Create Connection 작업에서 생성한 IRabbitMqConnection 결과입니다.

RabbitMqMessageBusTests.cs 파일의 462 번째 라인에서 정의되었습니다.

463 {
464 return _connection;
465 }

다음을 참조함 : _connection.

멤버 데이터 문서화

◆ _connection

readonly FakeRabbitMqConnection Dreamine.FullKit.Tests.Communication.RabbitMqMessageBusTests.FakeRabbitMqConnectionFactory._connection
private

connection 값을 보관합니다.

RabbitMqMessageBusTests.cs 파일의 415 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CreateConnection(), FakeRabbitMqConnectionFactory().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: