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

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