Exemple #1
0
        public void testThrusterSetIDS()
        {
            Thruster thruster = new Thruster("2851612992", di);

            Assert.AreEqual("Deluxe Thruster", thruster.Name);

            thruster = thruster.setIDS("2314747200");
            Assert.AreEqual("Heavy Thruster", thruster.Name);
        }