Ejemplo n.º 1
0
        public void Should_match_the_first_case(
            MyStruct0 instance)
        {
            int result = Match(instance);

            Assert.Equal(1, result);
        }
Ejemplo n.º 2
0
 public void Should_match_the_first_case(
     MyStruct0 instance)
 {
     int result = Match(instance);
     Assert.Equal(1, result);
 }