Assert the specified condition is false. @param condition condition to test
(final boolean condition)
| 374 | * @param condition condition to test |
| 375 | */ |
| 376 | protected void assertFalse(final boolean condition) { |
| 377 | Assertions.assertFalse(condition); |
| 378 | } |
| 379 | |
| 380 | /** |
| 381 | * Assert the specified condition is false. |
no outgoing calls
no test coverage detected