Commits

Chris Hanson committed 8a68f844098
XCTest Overlay: Add XCTAssertThrowsError assertion Add an assertion that can be used to check that an expression throws an error, and if it does to run a block against that error which may contain further checks. Addresses rdar://problem/23789904.