Exemple #1
0
        public void ProcessRunner_RunProcessAsync_Empty_Path()
        {
            Func <Task> act = async() => await _processRunner.RunProcessAsync("", new string[1], null);

            act.Should().Throw <InvalidOperationException>();
        }