Akka.MultiNodeTestRunner.Program.StartNewSpec C# (CSharp) Method

StartNewSpec() static private method

static private StartNewSpec ( IList tests ) : void
tests IList
return void
        static void StartNewSpec(IList<NodeTest> tests)
        {
            SinkCoordinator.Tell(tests);
        }