Minor refactoring to have uniformity of code and remove unnecessary import

Comment From: sbrannen

Thanks for the PR.

Although static imports for methods are typically not allowed in production code, they are permissible in test classes and are primarily a matter of taste.

In light of that, I am declining the proposed change.

Comment From: YooInKeun

Thank you for your kind review👍