All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of pact-jvm-consumer-specs2_2.11 JAR files with all dependencies

Search JAR files by class name

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.9)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.9
Last update 13. July 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 7
Dependencies scala-library, specs2_2.11, pact-jvm-consumer_2.11, slf4j-api, scala-xml_2.11, json4s-native_2.11, json4s-jackson_2.11,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.8)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.8
Last update 08. July 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 7
Dependencies scala-library, specs2_2.11, slf4j-api, pact-jvm-consumer_2.11, scala-xml_2.11, json4s-native_2.11, json4s-jackson_2.11,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.7)

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.7


pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.6)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.6
Last update 02. July 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 7
Dependencies scala-library, specs2_2.11, pact-jvm-consumer_2.11, slf4j-api, scala-xml_2.11, json4s-native_2.11, json4s-jackson_2.11,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.5)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.5
Last update 23. June 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 8
Dependencies scala-library, specs2_2.11, scala-xml_2.11, pact-jvm-consumer_2.11, scala-logging-slf4j_2.11, slf4j-api, json4s-native_2.11, json4s-jackson_2.11,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.4)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.4
Last update 17. June 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 8
Dependencies scala-library, specs2_2.11, scala-xml_2.11, scala-logging-slf4j_2.11, pact-jvm-consumer_2.11, slf4j-api, json4s-native_2.11, json4s-jackson_2.11,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.3)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.3
Last update 14. June 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 8
Dependencies scala-library, specs2_2.11, scala-xml_2.11, pact-jvm-consumer_2.11, scala-logging-slf4j_2.11, slf4j-api, json4s-native_2.11, json4s-jackson_2.11,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.2)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.2
Last update 10. June 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 8
Dependencies scala-library, specs2_2.11, json4s-native_2.11, json4s-jackson_2.11, scala-xml_2.11, scala-logging-slf4j_2.11, slf4j-api, pact-jvm-consumer_2.11,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.1)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.1
Last update 21. May 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 10
Dependencies unfiltered-netty-server_2.11, dispatch-core_2.11, scala-library, specs2_2.11, json4s-native_2.11, json4s-jackson_2.11, scala-xml_2.11, scala-logging-slf4j_2.11, pact-jvm-consumer_2.11, slf4j-api,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.11 from group au.com.dius (version 2.2.0)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ``` libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.6" ``` ## Usage To author a test, extend `PactSpec` Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends PactSpec { val consumer = "My Consumer" val provider = "My Provider" uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .during { providerConfig => ConsumerService(providerConfig.url).simpleGet("/foo") must beEqualTo(200, Some("{}")).await } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ```

Group: au.com.dius Artifact: pact-jvm-consumer-specs2_2.11
Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-specs2_2.11
Group au.com.dius
Version 2.2.0
Last update 09. May 2015
Tags: body test root consumer willrespondwith must dependency request beequalto import along librarydependencies extends providerconfig here class project matching pact await will rest pactspec example output examplepactspec some this spec consumerservice simple bindings uponreceiving line build author tests json during path specs2 with extend your provider folder unit simpleget library target usage pacts dius
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 10
Dependencies unfiltered-netty-server_2.11, dispatch-core_2.11, scala-library, pact-jvm-consumer_2.11, specs2_2.11, json4s-native_2.11, json4s-jackson_2.11, scala-xml_2.11, scala-logging-slf4j_2.11, slf4j-api,
There are maybe transitive dependencies!



Page 12 from 15 (items total 144)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy