munit-cats-effect:MUnit和Cats-Effect的集成库

时间:2024-04-19 11:01:50
【文件属性】:

文件名称:munit-cats-effect:MUnit和Cats-Effect的集成库

文件大小:30KB

文件格式:ZIP

更新时间:2024-04-19 11:01:50

Scala

恶猫效应 和集成库。 二进制文件 通过以下方式提供Cats Effect 2集成: libraryDependencies + = " org.typelevel " %%% " munit-cats-effect-2 " % " 1.0.0 " % " test " 通过以下方式提供Cats Effect 3集成: libraryDependencies + = " org.typelevel " %%% " munit-cats-effect-3 " % " 1.0.0 " % " test " 对于JVM和Scala.js,Scala 2.12、2.13和3都可以使用内部版本。 入门 munit.CatsEffectSuite特性提供了编写返回IO和SyncIO值的测试的功能,而无需调用任何不安全的方法(例如, unsafeRunSync() )。 import cats


【文件预览】:
munit-cats-effect-main
----.gitignore(68B)
----project()
--------plugins.sbt(318B)
--------build.properties(18B)
----ce3()
--------shared()
----CODE_OF_CONDUCT.md(900B)
----LICENSE(11KB)
----.github()
--------workflows()
----README.md(2KB)
----common()
--------jvm()
--------js()
--------shared()
----ce2()
--------shared()
----.scalafmt.conf(51B)
----build.sbt(4KB)

网友评论