Exemplo n.º 1
0
 public void IsNamedInherit()
 {
     ReflectionMixIn.IsNamed(typeof(OtherAttribute), nameof(Tooltip))
     .Should().BeTrue();
 }
Exemplo n.º 2
0
 public void IsNamedTypical()
 {
     ReflectionMixIn.IsNamed(typeof(Tooltip), nameof(Tooltip))
     .Should().BeTrue();
 }