All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download stubby4j JAR 6.0.2 with all dependencies


A highly flexible & configurable tool for testing interactions of SOA applications with web services (REST, SOAP, WSDL etc.) over HTTP(S) protocol. It is an actual HTTP server (stubby4j uses embedded Jetty) that acts like a real web service, ready for consumption by your code. Allows stubbing of external systems with ease for integration testing

Files of the artifact stubby4j version 6.0.2 from the group io.github.azagniotov.

Artifact stubby4j
Group io.github.azagniotov
Version 6.0.2
Last update 16. January 2019
Tags: acts wsdl consumption external tool ease jetty ready real over allows integration highly applications interactions systems stubbing services with protocol your code flexible like embedded that configurable http service actual uses server testing rest soap stubby4j
Organization not specified
URL https://github.com/azagniotov/stubby4j
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies jsonassert, commons-cli, xmlunit-core, slf4j-api, snakeyaml, ehcache, jetty-servlets, jetty-server, collection-type-safe-converter,
There are maybe transitive dependencies!
There is a newer version: 7.6.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of stubby4j Show documentation

Please rate this JAR file. Is it a good library?

27 downloads

Source code of stubby4j version 6.0.2

META-INF
META-INF.META-INF.MANIFEST.MF
io.github.azagniotov.stubby4j
io.github.azagniotov.stubby4j.io.github.azagniotov.stubby4j.Main
io.github.azagniotov.stubby4j.annotations
io.github.azagniotov.stubby4j.annotations.io.github.azagniotov.stubby4j.annotations.CoberturaIgnore
io.github.azagniotov.stubby4j.annotations.io.github.azagniotov.stubby4j.annotations.VisibleForTesting
io.github.azagniotov.stubby4j.caching
io.github.azagniotov.stubby4j.caching.io.github.azagniotov.stubby4j.caching.Cache
io.github.azagniotov.stubby4j.caching.io.github.azagniotov.stubby4j.caching.RegexPatternCache
io.github.azagniotov.stubby4j.caching.io.github.azagniotov.stubby4j.caching.StubHttpLifecycleCache
io.github.azagniotov.stubby4j.cli
io.github.azagniotov.stubby4j.cli.io.github.azagniotov.stubby4j.cli.ANSITerminal
io.github.azagniotov.stubby4j.cli.io.github.azagniotov.stubby4j.cli.CommandLineInterpreter
io.github.azagniotov.stubby4j.cli.io.github.azagniotov.stubby4j.cli.EmptyLogger
io.github.azagniotov.stubby4j.client
io.github.azagniotov.stubby4j.client.io.github.azagniotov.stubby4j.client.Authorization
io.github.azagniotov.stubby4j.client.io.github.azagniotov.stubby4j.client.StubbyClient
io.github.azagniotov.stubby4j.client.io.github.azagniotov.stubby4j.client.StubbyRequest
io.github.azagniotov.stubby4j.client.io.github.azagniotov.stubby4j.client.StubbyResponse
io.github.azagniotov.stubby4j.common
io.github.azagniotov.stubby4j.common.io.github.azagniotov.stubby4j.common.Common
io.github.azagniotov.stubby4j.filesystem
io.github.azagniotov.stubby4j.filesystem.io.github.azagniotov.stubby4j.filesystem.ExternalFilesScanner
io.github.azagniotov.stubby4j.filesystem.io.github.azagniotov.stubby4j.filesystem.MainYamlScanner
io.github.azagniotov.stubby4j.handlers
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.AdminPortalHandler
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.AjaxEndpointStatsHandler
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.AjaxResourceContentHandler
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.FaviconHandler
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.JsonErrorHandler
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.StatusPageHandler
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.StubDataRefreshActionHandler
io.github.azagniotov.stubby4j.handlers.io.github.azagniotov.stubby4j.handlers.StubsPortalHandler
io.github.azagniotov.stubby4j.handlers.strategy.admin
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.AdminResponseHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.AdminResponseHandlingStrategyFactory
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.DeleteHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.GetHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.HttpVerbsEnum
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.NullHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.PostHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.admin.io.github.azagniotov.stubby4j.handlers.strategy.admin.PutHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.stubs
io.github.azagniotov.stubby4j.handlers.strategy.stubs.io.github.azagniotov.stubby4j.handlers.strategy.stubs.DefaultResponseHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.stubs.io.github.azagniotov.stubby4j.handlers.strategy.stubs.NotFoundResponseHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.stubs.io.github.azagniotov.stubby4j.handlers.strategy.stubs.RedirectResponseHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.stubs.io.github.azagniotov.stubby4j.handlers.strategy.stubs.StubResponseHandlingStrategy
io.github.azagniotov.stubby4j.handlers.strategy.stubs.io.github.azagniotov.stubby4j.handlers.strategy.stubs.StubsResponseHandlingStrategyFactory
io.github.azagniotov.stubby4j.handlers.strategy.stubs.io.github.azagniotov.stubby4j.handlers.strategy.stubs.UnauthorizedResponseHandlingStrategy
io.github.azagniotov.stubby4j.http
io.github.azagniotov.stubby4j.http.io.github.azagniotov.stubby4j.http.StubbyHttpTransport
io.github.azagniotov.stubby4j.server
io.github.azagniotov.stubby4j.server.io.github.azagniotov.stubby4j.server.FakeX509TrustManager
io.github.azagniotov.stubby4j.server.io.github.azagniotov.stubby4j.server.JettyContext
io.github.azagniotov.stubby4j.server.io.github.azagniotov.stubby4j.server.JettyFactory
io.github.azagniotov.stubby4j.server.io.github.azagniotov.stubby4j.server.StubbyManager
io.github.azagniotov.stubby4j.server.io.github.azagniotov.stubby4j.server.StubbyManagerFactory
io.github.azagniotov.stubby4j.stubs
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.AbstractBuilder
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.ReflectableStub
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.RegexParser
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubHttpLifecycle
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubMatcher
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubRepository
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubRequest
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubResponse
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubSearchResult
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubTypes
io.github.azagniotov.stubby4j.stubs.io.github.azagniotov.stubby4j.stubs.StubbableAuthorizationType
io.github.azagniotov.stubby4j.utils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.CollectionUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.ConsoleUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.DateTimeUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.FileUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.HandlerUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.HttpRequestUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.JarUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.ObjectUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.ReflectionUtils
io.github.azagniotov.stubby4j.utils.io.github.azagniotov.stubby4j.utils.StringUtils
io.github.azagniotov.stubby4j.yaml
io.github.azagniotov.stubby4j.yaml.io.github.azagniotov.stubby4j.yaml.ConfigurableYAMLProperty
io.github.azagniotov.stubby4j.yaml.io.github.azagniotov.stubby4j.yaml.SnakeYaml
io.github.azagniotov.stubby4j.yaml.io.github.azagniotov.stubby4j.yaml.YamlBuilder
io.github.azagniotov.stubby4j.yaml.io.github.azagniotov.stubby4j.yaml.YamlParseResultSet
io.github.azagniotov.stubby4j.yaml.io.github.azagniotov.stubby4j.yaml.YamlParser
.jetty-logging.properties
ssl
ssl.ssl.localhost.jks
ui.css
ui.css.ui.css.main.css
ui.html
ui.html.ui.html._popup_generic.html
ui.html.ui.html._popup_stats.html
ui.html.ui.html._table.html
ui.html.ui.html.default404.html
ui.html.ui.html.status.html
ui.images
ui.images.ui.images.favicon.ico
ui.images.ui.images.loading.gif
ui.js.d3
ui.js.d3.ui.js.d3.d3.v3.min.js
ui.js.highlight
ui.js.highlight.ui.js.highlight.LICENSE
ui.js.highlight.ui.js.highlight.highlight.pack.js
ui.js.highlight.styles
ui.js.highlight.styles.ui.js.highlight.styles.solarized_light.min.css
ui.js
ui.js.ui.js.main.js
ui.js.minified
ui.js.minified.ui.js.minified.minified.js
yaml
yaml.yaml.empty-stub.yaml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy