blob: 1bd065075c2d6b28c00b34e171504beb4d925548 [file] [log] [blame]
22301102aa5adbc2025-05-18 17:51:55 +08001package com.pt.controller;
2
3import org.junit.jupiter.api.Test;
4
5import static org.junit.jupiter.api.Assertions.*;
6
7class UserControllerTest {
8
9 @Test
10 void registerUser() {
11 }
12
13 @Test
14 void loginUser() {
15 }
16
17 @Test
18 void updateUsername() {
19 }
20
21 @Test
22 void updatePassword() {
23 }
24
25 @Test
26 void updateEmail() {
27 }
28}