Skip to content
#

query-engine

Here are 67 public repositories matching this topic...

findepi
findepi commented Feb 20, 2021

Usage of @Test(expectedExceptions = ...) is discouraged and we prefer to use org.assertj.core.api.Assertions#assertThatThrownBy.

While it's arguably acceptable to use @Test(expectedExceptions = ...) on one liner test methods, it should be avoided in test methods comprising of multiple statements.

Since there are still a few occurrences of @Test(expectedExceptions = ...) in the cod

Improve this page

Add a description, image, and links to the query-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the query-engine topic, visit your repo's landing page and select "manage topics."

Learn more