Newer
Older
WebSocketServerSample / src / test / java / com / example / MiniServerApp04WebSocket04 / MiniServerApp04WebSocket04ApplicationTests.java
Kota on 8 Dec 2022 250 bytes initial commit
package com.example.MiniServerApp04WebSocket04;

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

@SpringBootTest
class MiniServerApp04WebSocket04ApplicationTests {

	@Test
	void contextLoads() {
	}

}