C# 클래스 Akka.Tests.Routing.TailChoppingSpec

상속: AkkaSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
AllShouldEqual ( int what, IEnumerable actors ) : Func,bool>
OneOfShouldEqual ( int what, IEnumerable actors ) : Func,bool>

비공개 메소드들

메소드 설명
Tail_chopping_router_must_deliver_a_broadcast_message_using_tell ( ) : void
Tail_chopping_router_must_return_response_from_second_actor_after_inactivity_from_first_one ( ) : void
Tail_chopping_router_must_throw_exception_if_no_result_will_arrive_within_the_given_time ( ) : void

메소드 상세

AllShouldEqual() 공개 메소드

public AllShouldEqual ( int what, IEnumerable actors ) : Func,bool>
what int
actors IEnumerable
리턴 Func,bool>

OneOfShouldEqual() 공개 메소드

public OneOfShouldEqual ( int what, IEnumerable actors ) : Func,bool>
what int
actors IEnumerable
리턴 Func,bool>