<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project id="f6b5298b-6f87-4ec7-aa1e-043a6e8daaaf" activeEnvironment="Default environment" name="Event Handler throws Exception" lastOpened="2016-05-27T12:38:15.449-04:00" resourceRoot="" soapui-version="6.0.0" xmlns:con="http://eviware.com/soapui/config">
  <con:settings/>
  <con:testSuite id="1f96f801-1a8b-425b-a74b-bd7d82018f45" name="TestSuite 1">
    <con:settings/>
    <con:savedRecentRuns>1</con:savedRecentRuns>
    <con:runType>SEQUENTIAL</con:runType>
    <con:testCase id="488b49d1-0508-4758-b3c0-fcb1b3d7e144" discardOkResults="true" failOnError="true" failTestCaseOnErrors="true" keepSession="false" name="Watch This Test Run Anyway" searchProperties="true">
      <con:settings/>
      <con:savedRecentRuns>1</con:savedRecentRuns>
      <con:testStep type="manualTestStep" name="Manual" id="32e30f3b-c76a-4cce-9a27-e5b06db1aa1f">
        <con:description>1. Open Ready! API log window 
-- press Logs in lower left
2. Clear log window (right-click)
3. Run this project.
4. Observe logged exception ("boom!")
5. Observe that this test runs</con:description>
        <con:settings/>
        <con:config xsi:type="con:ManualTestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <con:expectedResult>This test shouldn't run if there was an exception
in a project-level event handler, as that usually
means project setup has failed.

At least there should be a project setting to enable
or disable continued execution when an event handler
exception occurred.</con:expectedResult>
        </con:config>
      </con:testStep>
      <con:properties/>
      <con:reportParameters/>
    </con:testCase>
    <con:properties/>
    <con:reportParameters/>
  </con:testSuite>
  <con:savedRecentRuns>1</con:savedRecentRuns>
  <con:requirements/>
  <con:properties/>
  <con:wssContainer/>
  <con:databaseConnectionContainer/>
  <con:oAuth2ProfileContainer/>
  <con:reporting>
    <con:xmlTemplates/>
    <con:parameters/>
  </con:reporting>
  <con:eventHandlers type="TestSuiteRunListener.beforeRun" name="TestSuiteRunListener.beforeRun">
    <con:script>throw new Exception('boom!')</con:script>
  </con:eventHandlers>
  <con:authRepository/>
  <con:tags/>
</con:soapui-project>