Beispiel #1
0
        public void FromAmpereHoursTest()
        {
            double value    = 10F;
            Charge expected = new Charge(10);
            Charge actual   = Charge.FromAmpereHours(value);

            Assert.AreEqual(expected, actual);
            //Assert.Inconclusive("Verify the correctness of this test method.");
        }