Beispiel #1
0
        public void create_instance_from_valid()
        {
            var result      = CommandValidationResult.FromValid();
            var resultAsync = CommandValidationResult.FromValidAsync().Result;

            Assert.True(result.IsValid);
            Assert.True(resultAsync.IsValid);
        }