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

ReportSpecPassFromExitCode() static private method

static private ReportSpecPassFromExitCode ( int nodeIndex, string testName ) : void
nodeIndex int
testName string
return void
        static void ReportSpecPassFromExitCode(int nodeIndex, string testName)
        {
            SinkCoordinator.Tell(new NodeCompletedSpecWithSuccess(nodeIndex, testName + " passed."));
        }