Skip to content

Conversation

@rahulKQL
Copy link
Owner

removed deprecated ExpectedException.none() usage across unit test cases.

@Rule public ExpectedException thrown = ExpectedException.none();

@Test
@Test(expected = IllegalArgumentException.class)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't simply remove these. They need to be replaced with a try-catch block and a fail.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing it out, PTAL

}

@Test
@Test(expected = IllegalArgumentException.class)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here and below all.

removed deprecated `ExpectedException.none()` usage across unit test cases.

chore: address feedback comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants