Ejemplo n.º 1
0
            public void ShouldThrowIfFixieRunnerWasNotFound()
            {
                // Given
                WyamToolFixture fixture = new WyamToolFixture();

                fixture.GivenDefaultToolDoNotExist();

                // When, Then
                Assert.Throws <CakeException>(() => fixture.Run(), "Wyam: Could not locate executable.");
            }