Example #1
0
 public void ByteToGigaByte_Valid(decimal expected, decimal input)
 {
     Assert.Equal(expected, input.ByteToGigaByte());
 }