is not current version
Last Version 9.7

net.stickycode.mockwire:sticky-mockwire 9.4

A mechanism for using a test class as the manifest for isolating the context of a test. Thereby using the same di mechanism you would expect in production but fully controlled to isolate the variable under test.

Categories

Categories

Net Wire Data Data Structures
GroupId

GroupId

net.stickycode.mockwire
ArtifactId

ArtifactId

sticky-mockwire
Version

Version

9.4
Type

Type

jar

Download sticky-mockwire 9.4


<!-- https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/ -->
<dependency>
    <groupId>net.stickycode.mockwire</groupId>
    <artifactId>sticky-mockwire</artifactId>
    <version>9.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/
implementation 'net.stickycode.mockwire:sticky-mockwire:9.4'
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/
implementation ("net.stickycode.mockwire:sticky-mockwire:9.4")
'net.stickycode.mockwire:sticky-mockwire:jar:9.4'
<dependency org="net.stickycode.mockwire" name="sticky-mockwire" rev="9.4">
  <artifact name="sticky-mockwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.mockwire', module='sticky-mockwire', version='9.4')
)
libraryDependencies += "net.stickycode.mockwire" % "sticky-mockwire" % "9.4"
[net.stickycode.mockwire/sticky-mockwire "9.4"]