Replace random ChatGPT method with random StackOverflow method for getting classes from jar

This commit is contained in:
2023-04-18 13:56:08 -05:00
parent 22d0c5c79b
commit fc6a72eb09
2 changed files with 12 additions and 31 deletions

View File

@ -22,6 +22,7 @@
package com.kingsrook.qqq.backend.core.model.metadata;
import java.io.IOException;
import com.kingsrook.qqq.backend.core.model.metadata.producers.TestMetaDataProducer;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertTrue;
@ -37,7 +38,7 @@ class MetaDataProducerHelperTest
**
*******************************************************************************/
@Test
void test()
void test() throws IOException
{
QInstance qInstance = new QInstance();
MetaDataProducerHelper.processAllMetaDataProducersInPackage(qInstance, "com.kingsrook.qqq.backend.core.model.metadata.producers");