C# (CSharp) NBench.Runner Пространство имен

Классы

Имя Описание
CommandLine Command line argument parser for NBench specifications Parses arguments from Environment.GetCommandLineArgs. For example (from the Akka.NodeTestRunner source): var outputDirectory = CommandLine.GetInt32("output-directory");
Program