Exemplo n.º 1
0
 public void ByteToTeraByte_Valid(decimal expected, decimal input)
 {
     Assert.Equal(expected, input.ByteToTeraByte());
 }