文件名称:scenarios-kotlin
文件大小:19KB
文件格式:ZIP
更新时间:2024-04-14 12:16:57
Kotlin
情境 该库使某种模式可以编写可读且可维护的集成测试。 它不是自动与Spring或JavaEE集成的框架。 例子 @Test fun `creating an employee should work` () { given(::`test organization`) { ` when the admin creates an employee`( " Test Employee " , Role . EMPLOYEE ) `then the employee should exist in the test organization`( " Test Employee " , Role . EMPLOYEE ) } } 入门 < dependency> < groupId>com.codefabrik.scenarios</
【文件预览】:
scenarios-kotlin-main
----.gitignore(21B)
----README.md(912B)
----pom.xml(3KB)
----LICENSE(1KB)
----src()
--------test()
--------main()
--------example()
----.travis.yml(1KB)