Exemplo n.º 1
0
        public void Test1()
        {
            // Arrange
            PlayWindow win = new PlayWindow();

            // Act
            int result = win.testMeth();

            // Assert
            Assert.Equals(1, result);
        }