scala-fixture:用于Scala的简单夹具库

时间:2024-03-26 01:04:45
【文件属性】:

文件名称:scala-fixture:用于Scala的简单夹具库

文件大小:61KB

文件格式:ZIP

更新时间:2024-03-26 01:04:45

Scala

Scala治具 用于scala的简单夹具 安装 libraryDependencies + = " com.github.tototoshi " %% " scala-fixture " % " 0.4.1 " 用法 package com . github . tototoshi . fixture import org . scalatest .{ BeforeAndAfter , FunSuite } import com . github . tototoshi . fixture . _ class FixtureTest extends FunSuite with BeforeAndAfter { val driver = " org.h2.Driver " val url = " jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 " val


【文件预览】:
scala-fixture-master
----.gitignore(78B)
----core()
--------src()
----project()
--------plugins.sbt(289B)
--------build.properties(18B)
----playapp()
--------app()
--------public()
--------conf()
--------test()
----.github()
--------workflows()
--------dependabot.yml(117B)
----README.md(4KB)
----screenshot.png(32KB)
----play()
--------src()
----build.sbt(3KB)

网友评论