C# Класс Akka.MultiNodeTestRunner.Program

Entry point for the MultiNodeTestRunner
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
OutputDirectory string
SinkCoordinator IActorRef
TestRunSystem ActorSystem

Приватные методы

Метод Описание
CloseAllSinks ( ) : void
EnableAllSinks ( string assemblyName ) : void
FinishSpec ( ) : void
Main ( string args ) : void

MultiNodeTestRunner takes the following args: C:\> Akka.MultiNodeTestRunner.exe [assembly name] [-Dmultinode.enable-filesink=on] [-Dmultinode.output-directory={dir path}] [-Dmultinode.spec={spec name}] Argument The name and possible value of a given Akka.MultiNodeTestRunner.exe argument. AssemblyName The full path or name of an assembly containing as least one MultiNodeSpec in the current working directory. i.e. "Akka.Cluster.Tests.MultiNode.dll" "C:\akka.net\src\Akka.Cluster.Tests\bin\Debug\Akka.Cluster.Tests.MultiNode.dll" -Dmultinode.enable-filesink Having this flag set means that the contents of this test run will be saved in the current working directory as a .JSON file. -Dmultinode.multinode.output-directory Setting this flag means that any persistent multi-node test runner output files will be written to this directory instead of the default, which is the same folder as the test binary. -Dmultinode.listen-address={ip} Determines the address that this multi-node test runner will use to listen for log messages from individual NodeTestRunner.exe processes. Defaults to 127.0.0.1 -Dmultinode.listen-port={port} Determines the port number that this multi-node test runner will use to listen for log messages from individual NodeTestRunner.exe processes. Defaults to 6577 -Dmultinode.spec={spec name} Setting this flag means that only tests which contains the spec name will be executed otherwise all tests will be executed

PublishRunnerMessage ( string message ) : void
PublishToAllSinks ( string message ) : void
ReportSpecPassFromExitCode ( int nodeIndex, string testName ) : void
StartNewSpec ( IList tests ) : void

Описание свойств

OutputDirectory защищенное статическое свойство

file output directory
protected static string OutputDirectory
Результат string

SinkCoordinator защищенное статическое свойство

protected static IActorRef SinkCoordinator
Результат IActorRef

TestRunSystem защищенное статическое свойство

protected static ActorSystem TestRunSystem
Результат ActorSystem