smartsheet / smartsheet-java-sdk

Library that uses Java to connect to Smartsheet services.
Apache License 2.0
5 stars 13 forks source link

Update Test Junit import style #20

Closed GnuArtemis closed 1 year ago

GnuArtemis commented 1 year ago

Updates the junit assertions so that they all use the `static ... (method)" import style rather than some using a nonstatic import of the upper level package and line items using the nested static assertion functions.