示例#1
0
        public void it_should_create_an_instance_correctly()
        {
            var result = new FakeValueInfo(Parameter, "test", "test");

            result.Should().BeOfType <FakeValueInfo>();
        }
示例#2
0
        public void it_should_create_an_instance_correctly()
        {
            var result = new FakeValueInfo(Parameter, "test", "test");

            result.Should().BeOfType<FakeValueInfo>();
        }