public void TestMethod2() { //arrange Bil bil = new Bil(); // act string køretøj = bil.KøreTøj(); // Assert Assert.AreEqual("bil", køretøj); }