Newer
Older
NemophilaServer / src / test / java / org / ntlab / nemophila / NemophilaApplicationTests.java
package org.ntlab.nemophila;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class NemophilaApplicationTests {

    @Test
    void contextLoads() {
    }
}