Example #1
0
        public void Test_PruefmodusPruefeFalschBehandelteModus()
        {
            // Arrange
            Pruefmodus x = new Pruefmodus();

            // Act
            bool actual = x.PruefeFalschBehandelteModus();

            // Assert
            Assert.False(actual);
        }