Esempio n. 1
0
        public void TestKøretøjer()
        {
            //Arrange
            Bil bil = new Bil();
            //Act
            string køretøj = bil.KøretøjStatus();

            //Assert
            Assert.AreEqual("Bil", køretøj);
        }