public void testFormatStringIDRecievedMatchesIDSent(string ThetestString) { Plane p = uut.FormatFromString(ThetestString); Assert.That(p.ID, Is.EqualTo("ATR423")); }