# File lib/aruba/api.rb, line 164
    def assert_exit_status_and_output(expect_to_pass, output, expect_exact_output)
      if expect_exact_output
        assert_exact_output(output)
      else
        assert_partial_output(output)
      end
      assert_exiting_with(expect_to_pass)
    end