From 86a0e7ffee655361818b6a4f3b6c890d316dd227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=A4=A9=E6=80=A1?= <10205501416@stu.ecnu.edu.cn> Date: Thu, 2 Jun 2022 11:05:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20'HanGouT=5FBackEnd-master/src/test/java/com/example/hangouts?= =?UTF-8?q?pringboot'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HanGouTSpringBootApplicationTests.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 HanGouT_BackEnd-master/src/test/java/com/example/hangoutspringboot/HanGouTSpringBootApplicationTests.java diff --git a/HanGouT_BackEnd-master/src/test/java/com/example/hangoutspringboot/HanGouTSpringBootApplicationTests.java b/HanGouT_BackEnd-master/src/test/java/com/example/hangoutspringboot/HanGouTSpringBootApplicationTests.java new file mode 100644 index 0000000..11d4fef --- /dev/null +++ b/HanGouT_BackEnd-master/src/test/java/com/example/hangoutspringboot/HanGouTSpringBootApplicationTests.java @@ -0,0 +1,13 @@ +package com.example.hangoutspringboot; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class HanGouTSpringBootApplicationTests { + + @Test + void contextLoads() { + } + +}