scala fixture:用于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.zip
(预估有个49文件)
scala-fixture-master
.gitignore
78B
core
src
main
scala
com
github
tototoshi
fixture
暂无评论