You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
303 B
Java
16 lines
303 B
Java
package cokr.xit.fims;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.test.context.ContextConfiguration;
|
|
|
|
import cokr.xit.base.boot.XitBaseTest;
|
|
|
|
|
|
@ContextConfiguration(classes = FimsApplication.class)
|
|
class FimsApplicationTests extends XitBaseTest {
|
|
|
|
@Test
|
|
void contextLoads() {
|
|
}
|
|
|
|
} |