assertEquals(type2, result);
}
public void testNoMatch1ThenNull() {
setupPoliciesNoTopLevelException();
OnExceptionDefinition result = strategy.getExceptionPolicy(policies, null, new AlreadyStoppedException());
assertNull("Should not find an exception policy to use", result);
}