jar

net.stickycode.mockwire : sticky-mockwire

Maven & Gradle

Nov 01, 2018
10 usages
0 stars

sticky-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.

Table Of Contents

Latest Version

Download net.stickycode.mockwire : sticky-mockwire JAR file - Latest Versions:

All Versions

Download net.stickycode.mockwire : sticky-mockwire JAR file - All Versions:

Version Vulnerabilities Size Updated
9.7
9.6
9.5
9.4
8.3
7.4
7.3
6.2
6.1
5.8
5.7

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sticky-mockwire-9.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.stickycode.mockwire

├─ net.stickycode.mockwire.AnnotationFinder.class - [JAR]

├─ net.stickycode.mockwire.ClasspathResourceNotFoundException.class - [JAR]

├─ net.stickycode.mockwire.ConfigurationSystemWasScannedOrDefinedAlready.class - [JAR]

├─ net.stickycode.mockwire.ConfiguredFieldNotFoundForConfigurationException.class - [JAR]

├─ net.stickycode.mockwire.ControlledAnnotatedFieldProcessor.class - [JAR]

├─ net.stickycode.mockwire.InterfacesCannotBePutUnderTestException.class - [JAR]

├─ net.stickycode.mockwire.InvalidConfigurationException.class - [JAR]

├─ net.stickycode.mockwire.Mockwire.class - [JAR]

├─ net.stickycode.mockwire.MockwireBootstrap.class - [JAR]

├─ net.stickycode.mockwire.MockwireInjectingFieldProcessor.class - [JAR]

├─ net.stickycode.mockwire.MockwireMetadata.class - [JAR]

├─ net.stickycode.mockwire.MockwireScanMustHaveDefinedPackagesToScanException.class - [JAR]

├─ net.stickycode.mockwire.NonStaticMemberTypesCannotBePutUnderTestException.class - [JAR]

├─ net.stickycode.mockwire.PomUtils.class - [JAR]

├─ net.stickycode.mockwire.ScanRootsShouldStartWithSlashException.class - [JAR]

├─ net.stickycode.mockwire.UnderTestAnnotatedFieldProcessor.class - [JAR]

net.stickycode.mockwire.configured

├─ net.stickycode.mockwire.configured.MockwireConfigurationSource.class - [JAR]

├─ net.stickycode.mockwire.configured.MockwireConfiguredIsRequiredToTestConfiguredCodeException.class - [JAR]

Advertisement