mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
This commit replaces the `try { doX(); fail(); }` pattern with the `expectThrows` test helper, which was created for this purpose. This commit makes these changes in the core package: `o.a.solr.cloud`. Closes #425