<dependency> <groupId>io.github.specsy</groupId> <artifactId>specsy</artifactId> <version>1.0.0</version> <scope>test</scope> </dependency> import io.github.specsy.junit.Specsy; public class MySpec implements Specsy { public void run() { describe("MyClass", () -> { it("should perform some operation", () -> { }); }); } }


上一篇:
下一篇:
切换中文