public void BilKørerTøjTest() { //Arrange Bil bil = new Bil(); //Act string kørertøj = bil.Kørertøj(); //Assert Assert.AreEqual("Bil", kørertøj); }