Add BDDAssertions.then() support #15

Open
opened 2024-07-14 12:22:01 +02:00 by karyamagavi · 0 comments

It would be great if this plugin support BDDAssertions.then().

If I use

Assertions.assertThat(person.get()).isEqualTo(1);

IDEA highlight and hint isEqualTo() can be simplified to isOne()

But if write this assert in BDD style

BDDAssertions.then(person.get()).isEqualTo(1);

there is no highlighting and hints

It would be great if this plugin support `BDDAssertions.then()`. If I use ```java Assertions.assertThat(person.get()).isEqualTo(1); ``` IDEA highlight and hint `isEqualTo() can be simplified to isOne()` But if write this assert in BDD style ```java BDDAssertions.then(person.get()).isEqualTo(1); ``` there is no highlighting and hints
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: chrisly42/cajon-plugin#15
No description provided.