StackFormation\Tests\StackTest::testOutputThatDoesntExist PHP Method

testOutputThatDoesntExist() public method

    public function testOutputThatDoesntExist()
    {
        $this->setExpectedException('Exception', "Output 'DoesNotExist' not found in stack 'test-stack1'");
        $this->stack->getOutput('DoesNotExist');
    }