gpt4 book ai didi

scala - specs2 中的最终清理

转载 作者:行者123 更新时间:2023-12-04 07:05:17 26 4
gpt4 key购买 nike

我正在为我的 Scala 软件编写一个 specs2 单元测试。执行运行良好。我唯一的问题是,我需要在所有测试完成后进行清理。我只是找不到任何解决方案。有没有办法在所有测试完成后执行一些功能?

最佳答案

您需要添加一个 Step在您的规范末尾:

import org.specs2.mutable._

class MySpec extends Specification {

// lots of examples here

// cleanup there
step(cleanUp())
}

关于scala - specs2 中的最终清理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13567431/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com