Reports any calls to methods from the junit.framework.Assert, org.junit.Assert, org.junit.Assume classes inside JUnit 5 tests. Though still working, migration to org.junit.jupiter.api.Assertions/org.junit.jupiter.api.Assumptions could avoid dependency on old JUnit version.

New in 2017.1