sprint-9: removed all uses of junit.framework.* classes and replaced with jupiters

This commit is contained in:
Tim Chamberlain
2022-08-22 11:18:19 -05:00
parent e4dc0155ef
commit ed6d9f4cee
4 changed files with 4 additions and 5 deletions

View File

@ -44,7 +44,7 @@ import com.kingsrook.qqq.backend.module.rdbms.jdbc.ConnectionManager;
import com.kingsrook.qqq.backend.module.rdbms.jdbc.QueryManager;
import com.kingsrook.qqq.backend.module.rdbms.model.metadata.RDBMSBackendMetaData;
import org.apache.commons.io.IOUtils;
import static junit.framework.Assert.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNotNull;
/*******************************************************************************