Skip to content

Commit

Permalink
测试用例方法添加@test注解
Browse files Browse the repository at this point in the history
  • Loading branch information
mek1986 authored and wenshao committed Sep 2, 2024
1 parent c9c2bc1 commit 1f4bd71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;

Expand All @@ -24,6 +25,7 @@ public String toString() {
}
}

@Test
void test() {
String str1 = "{\n" +
"\"user_name\":\"zs\"\n" +
Expand Down

0 comments on commit 1f4bd71

Please sign in to comment.