public void KøretøjNavn() { //Arrange var bil = new Bil(); //Act string navn = bil.KøretøjNavn(); //Assert Assert.AreSame("Bil", navn); }