Assert the specified condition is true. @param condition condition to test
(final boolean condition)
| 357 | * @param condition condition to test |
| 358 | */ |
| 359 | protected void assertTrue(final boolean condition) { |
| 360 | Assertions.assertTrue(condition); |
| 361 | } |
| 362 | |
| 363 | /** |
| 364 | * Assert the specified condition is true. |
no outgoing calls
no test coverage detected