AkkaOfEmpires.Tests.Units.VillagerActor_Should.VillagerActor_Should C# (CSharp) Method

VillagerActor_Should() public method

public VillagerActor_Should ( ) : Akka.Actor
return Akka.Actor
        public VillagerActor_Should()
        {
            _villager = ActorOfAsTestActorRef<VillagerActor>(Props.Create<VillagerActor>(TestActor, _subroutinesFactory));
        }