| package edu.alexu.fitfinder; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| class FitFinderApplicationTests { | |
| void contextLoads() {} | |
| } | |
| package edu.alexu.fitfinder; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| class FitFinderApplicationTests { | |
| void contextLoads() {} | |
| } | |