Exemplo n.º 1
0
 public void TestTypes()
 {
     // Attributed types
     using (var types = new Types())
     {
         var sum = types.AttributedSum(3, 4);
         Assert.That(sum, Is.EqualTo(7));
     }
 }