@ExtendWith - dgryoo/pfairplayService GitHub Wiki

What is @ExtendWith ?

  • @ExtendWith is a repeatable annotation that is used to register extensions for the annotated test class or test method.

ExtendWith vs RunWith

  • ExtendWith = Junit5
  • RunWith = Junit4