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

Download cornichon-core_2.11 JAR 0.16.1 with all dependencies


An extensible Scala DSL for testing JSON HTTP APIs.

Files of the artifact cornichon-core_2.11 version 0.16.1 from the group com.github.agourlay.

Artifact cornichon-core_2.11
Group com.github.agourlay
Version 0.16.1
Last update 18. June 2018
Tags: extensible json http apis testing scala
Organization com.github.agourlay
URL https://github.com/agourlay/cornichon
License Apache-2.0
Dependencies amount 18
Dependencies scala-library, http4s-blaze-client_2.11, http4s-circe_2.11, cats-core_2.11, cats-macros_2.11, akka-stream_2.11, akka-http_2.11, ficus_2.11, parboiled_2.11, fansi_2.11, sangria_2.11, sangria-circe_2.11, circe-core_2.11, circe-generic_2.11, circe-parser_2.11, diffson-circe_2.11, monix-execution_2.11, monix-reactive_2.11,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of cornichon-core_2.11 Show documentation

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

0 downloads

Source code of cornichon-core_2.11 version 0.16.1

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.agourlay.cornichon.core
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.Config.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.CornichonError.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.Engine.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.FeatureExecutionContext.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.LogInstruction.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.Models.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.RunState.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.ScenarioReport.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.Session.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.Step.scala
com.github.agourlay.cornichon.core.com.github.agourlay.cornichon.core.StepPreparer.scala
com.github.agourlay.cornichon.dsl
com.github.agourlay.cornichon.dsl.com.github.agourlay.cornichon.dsl.BlockScopedResource.scala
com.github.agourlay.cornichon.dsl.com.github.agourlay.cornichon.dsl.BodyElementCollector.scala
com.github.agourlay.cornichon.dsl.com.github.agourlay.cornichon.dsl.CoreDsl.scala
com.github.agourlay.cornichon.dsl.com.github.agourlay.cornichon.dsl.DataTable.scala
com.github.agourlay.cornichon.dsl.com.github.agourlay.cornichon.dsl.ProvidedInstances.scala
com.github.agourlay.cornichon.dsl.com.github.agourlay.cornichon.dsl.SessionSteps.scala
com.github.agourlay.cornichon.feature
com.github.agourlay.cornichon.feature.com.github.agourlay.cornichon.feature.BaseFeature.scala
com.github.agourlay.cornichon.feature.com.github.agourlay.cornichon.feature.FeatureRunner.scala
com.github.agourlay.cornichon.http
com.github.agourlay.cornichon.http.com.github.agourlay.cornichon.http.CornichonHttpResponse.scala
com.github.agourlay.cornichon.http.com.github.agourlay.cornichon.http.HttpDsl.scala
com.github.agourlay.cornichon.http.com.github.agourlay.cornichon.http.HttpErrors.scala
com.github.agourlay.cornichon.http.com.github.agourlay.cornichon.http.HttpRequest.scala
com.github.agourlay.cornichon.http.com.github.agourlay.cornichon.http.HttpService.scala
com.github.agourlay.cornichon.http.com.github.agourlay.cornichon.http.QueryGQL.scala
com.github.agourlay.cornichon.http.client
com.github.agourlay.cornichon.http.client.com.github.agourlay.cornichon.http.client.AkkaHttpClient.scala
com.github.agourlay.cornichon.http.client.com.github.agourlay.cornichon.http.client.Http4sClient.scala
com.github.agourlay.cornichon.http.client.com.github.agourlay.cornichon.http.client.HttpClient.scala
com.github.agourlay.cornichon.http.client.com.github.agourlay.cornichon.http.client.NoOpHttpClient.scala
com.github.agourlay.cornichon.http.steps
com.github.agourlay.cornichon.http.steps.com.github.agourlay.cornichon.http.steps.HeadersSteps.scala
com.github.agourlay.cornichon.http.steps.com.github.agourlay.cornichon.http.steps.StatusSteps.scala
com.github.agourlay.cornichon.json
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.CornichonJson.scala
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.GqlString.scala
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.JsonAssertionErrors.scala
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.JsonDsl.scala
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.JsonErrors.scala
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.JsonPath.scala
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.JsonPathParser.scala
com.github.agourlay.cornichon.json.com.github.agourlay.cornichon.json.JsonSteps.scala
com.github.agourlay.cornichon.macros
com.github.agourlay.cornichon.macros.com.github.agourlay.cornichon.macros.package.scala
com.github.agourlay.cornichon.matchers
com.github.agourlay.cornichon.matchers.com.github.agourlay.cornichon.matchers.Matcher.scala
com.github.agourlay.cornichon.matchers.com.github.agourlay.cornichon.matchers.MatcherAssertion.scala
com.github.agourlay.cornichon.matchers.com.github.agourlay.cornichon.matchers.MatcherParser.scala
com.github.agourlay.cornichon.matchers.com.github.agourlay.cornichon.matchers.MatcherResolver.scala
com.github.agourlay.cornichon.resolver
com.github.agourlay.cornichon.resolver.com.github.agourlay.cornichon.resolver.Mapper.scala
com.github.agourlay.cornichon.resolver.com.github.agourlay.cornichon.resolver.PlaceholderParser.scala
com.github.agourlay.cornichon.resolver.com.github.agourlay.cornichon.resolver.PlaceholderResolver.scala
com.github.agourlay.cornichon.resolver.com.github.agourlay.cornichon.resolver.Resolvable.scala
com.github.agourlay.cornichon.steps.regular
com.github.agourlay.cornichon.steps.regular.com.github.agourlay.cornichon.steps.regular.DebugStep.scala
com.github.agourlay.cornichon.steps.regular.com.github.agourlay.cornichon.steps.regular.EffectStep.scala
com.github.agourlay.cornichon.steps.regular.com.github.agourlay.cornichon.steps.regular.ResourceStep.scala
com.github.agourlay.cornichon.steps.regular.com.github.agourlay.cornichon.steps.regular.TaskStep.scala
com.github.agourlay.cornichon.steps.regular.assertStep
com.github.agourlay.cornichon.steps.regular.assertStep.com.github.agourlay.cornichon.steps.regular.assertStep.AssertStep.scala
com.github.agourlay.cornichon.steps.regular.assertStep.com.github.agourlay.cornichon.steps.regular.assertStep.CollectionAssertion.scala
com.github.agourlay.cornichon.steps.regular.assertStep.com.github.agourlay.cornichon.steps.regular.assertStep.Diff.scala
com.github.agourlay.cornichon.steps.regular.assertStep.com.github.agourlay.cornichon.steps.regular.assertStep.EqualityAssertion.scala
com.github.agourlay.cornichon.steps.regular.assertStep.com.github.agourlay.cornichon.steps.regular.assertStep.OrderAssertion.scala
com.github.agourlay.cornichon.steps.regular.assertStep.com.github.agourlay.cornichon.steps.regular.assertStep.StringAssertion.scala
com.github.agourlay.cornichon.steps.wrapped
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.AttachAsStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.AttachStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.EventuallyStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.FlatMapStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.LogDurationStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.RepeatConcurrentlyStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.RepeatDuringStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.RepeatStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.RepeatWithStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.RetryMaxStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.WithBlockScopedResource.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.WithDataInputStep.scala
com.github.agourlay.cornichon.steps.wrapped.com.github.agourlay.cornichon.steps.wrapped.WithinStep.scala
com.github.agourlay.cornichon.util
com.github.agourlay.cornichon.util.com.github.agourlay.cornichon.util.Printing.scala
com.github.agourlay.cornichon.util.com.github.agourlay.cornichon.util.Strings.scala
com.github.agourlay.cornichon.util.com.github.agourlay.cornichon.util.Timing.scala
.resource.conf




© 2015 - 2024 Weber Informatics LLC | Privacy Policy