Bari.Core.Test.Commands.BuildTest.Exists C# (CSharp) Method

Exists() private method

private Exists ( ) : void
return void
        public void Exists()
        {
            var cmd = kernel.Get<ICommand>("build");
            cmd.Should().NotBeNull();
            cmd.Name.Should().Be("build");
        }