License |
License |
---|---|
Categories |
CategoriesNet Wire Data Data Structures |
GroupId | GroupIdnet.stickycode.mockwire |
ArtifactId | ArtifactIdsticky-mockwire |
Last Version | Last Version9.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsticky-mockwire-9
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sticky-mockwire-9.7.pom | |
sticky-mockwire-9.7.jar | 29 KB |
sticky-mockwire-9.7-sources.jar | 17 KB |
sticky-mockwire-9.7-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/ -->
<dependency>
<groupId>net.stickycode.mockwire</groupId>
<artifactId>sticky-mockwire</artifactId>
<version>9.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/
implementation 'net.stickycode.mockwire:sticky-mockwire:9.7'
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/
implementation ("net.stickycode.mockwire:sticky-mockwire:9.7")
'net.stickycode.mockwire:sticky-mockwire:jar:9.7'
<dependency org="net.stickycode.mockwire" name="sticky-mockwire" rev="9.7">
<artifact name="sticky-mockwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.mockwire', module='sticky-mockwire', version='9.7')
)
libraryDependencies += "net.stickycode.mockwire" % "sticky-mockwire" % "9.7"
[net.stickycode.mockwire/sticky-mockwire "9.7"]
Group / Artifact | Type | Version |
---|---|---|
net.stickycode.mockwire : sticky-mockwire-api | jar | [8.6,9) |
net.stickycode.configured : sticky-configured | jar | [6.8,7) |
Group / Artifact | Type | Version |
---|---|---|
net.stickycode.composite : sticky-composite-logging-deploy | jar | [3.2,4) |
net.stickycode.composite : sticky-composite-unittest | jar | [4.1,5) |