Akka.TestKit.Internal.InternalTestActorRef.GetTestActorCell C# (CSharp) Method

GetTestActorCell() protected method

protected GetTestActorCell ( ) : TestActorCell
return TestActorCell
        protected TestActorCell GetTestActorCell()
        {
            return (TestActorCell)Cell;
        }