mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 23:34:53 +02:00
remove deprecated assertFalse, assertNull, assertNotNull
This commit is contained in:
@@ -126,19 +126,4 @@ public class RippersTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
void assertFalse(String message, boolean condition) {
|
|
||||||
Assertions.assertFalse(condition, message);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
void assertNull(Object actual) {
|
|
||||||
Assertions.assertNull(actual);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
void assertNotNull(String message, Object actual) {
|
|
||||||
Assertions.assertNotNull(actual, message);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user