Exemplo n.º 1
0
 public void AtmospheresToPascals(double atm, double pascal) =>
 Assert.Equal(UnitConverters.AtmospheresToPascals(atm), pascal);