1. 首页
  2. 移动开发
  3. 其他
  4. scala fixture:用于Scala的简单夹具库 源码

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

上传者: 2021-04-07 13:51:17上传 ZIP文件 61.19KB 热度 23次
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
用户评论