コード例 #1
0
        public void testFormatStringIDRecievedMatchesIDSent(string ThetestString)
        {
            Plane p = uut.FormatFromString(ThetestString);

            Assert.That(p.ID, Is.EqualTo("ATR423"));
        }