Newer
Older
NotifyInfo / notifyServer2 / src / test / java / me / notify / notifyServer / NotifyServerApplicationTests.java
bdapp on 14 Oct 2019 345 bytes notify 2
package me.notify.notifyServer;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

@RunWith(SpringRunner.class)
@SpringBootTest
public class NotifyServerApplicationTests {

	@Test
	public void contextLoads() {
	}

}