Package org.junit

Class Assert

java.lang.Object
org.junit.Assert

public final class Assert extends Object
JUnit4-compatible shim that delegates all calls to JUnit5 Assertions. Exists so that third-party test utilities(especially hadoop mini cluster related classes) compiled against JUnit4 can resolve org.junit.Assert without pulling in the real junit4 dependency.