摘要: package com.mytest; import org.junit.jupiter.api.*; import static org.junit.jupiter.api.Assertions.assertEquals; public class Case2Test { //前置条件,只执行一次 阅读全文
posted @ 2023-08-22 22:34 Mr_sven 阅读(9) 评论(0) 推荐(0) 编辑
摘要: package com.mytest; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; pub 阅读全文
posted @ 2023-08-22 22:01 Mr_sven 阅读(12) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2023-08-22 21:29 Mr_sven 阅读(14) 评论(0) 推荐(0) 编辑