Class AssertThrowsExactly

java.lang.Object
org.junit.jupiter.api.AssertThrowsExactly

class AssertThrowsExactly extends Object
AssertThrowsExactly is a collection of utility methods that support asserting an exception of an exact type is thrown.
Since:
5.8
  • Constructor Details

    • AssertThrowsExactly

      private AssertThrowsExactly()
  • Method Details