Registry / testing / scalamock-2-13

scalamock-2-13

JSON →
library7.5.5javamavenunverified

scalamock

<dependency> <groupId>org.scalamock</groupId> <artifactId>scalamock_2.13</artifactId> <version>7.5.5</version> </dependency>
INSTALL
IMPORT
SIG · SCALAMOCK-2-13
S
scalamock-2-13
testingjavav7.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MockFactory
org.scalamock.scalatest.MockFactory

Use MockFactory to create mocks in ScalaTest.

import org.scalamock.scalatest.MockFactory class MySpec extends FlatSpec with MockFactory { "A mock" should "work" in { val mock = mock[MyTrait] (mock.method _).expects().returning(42) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.5.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalamock-2-13 — mvn dependency:get scalamock-2-13 · libregistry