Beispiel #1
0
        public void TestGetDisplay()
        {
            // Arrange
            DisplayController controller = new DisplayController();

            // Act
            string result = controller.GetDisplay();

            // Assert
            Assert.IsNotNull(result);
        }