Exemplo n.º 1
0
        public void ShouldMethod()
        {
            // Arrange

            // Act
            var nployConfiguration = new NPloyConfiguration();
            var files = nployConfiguration.GetFiles("App_Install");

            // Assert
            Assert.That(files,Is.Empty);
        }
Exemplo n.º 2
0
 public void SetUp()
 {
     _nployConfiguration = new NPloyConfiguration();
 }