<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>contract-testing-demo, branch HEAD</title>
<subtitle>pact and java contract testing with micro-commits</subtitle>
<entry>
<id>f49b01994a799c05cd8e7104c31f64dc422f19de</id>
<published>2019-06-26T20:21:36Z</published>
<updated>2019-06-26T20:21:36Z</updated>
<title>Handle 500 response</title>
<link rel="alternate" type="text/html" href="commit/f49b01994a799c05cd8e7104c31f64dc422f19de.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit f49b01994a799c05cd8e7104c31f64dc422f19de
parent 45cd62a531a9db78eea5ea965fbd363d51d8aec2
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 16:21:36 -0400

Handle 500 response

Error:
java.lang.AssertionError:
      0 - expected status of 500 but was 200

</content>
</entry>
<entry>
<id>45cd62a531a9db78eea5ea965fbd363d51d8aec2</id>
<published>2019-06-26T20:17:39Z</published>
<updated>2019-06-26T20:17:39Z</updated>
<title>Catch exception thrown by mock</title>
<link rel="alternate" type="text/html" href="commit/45cd62a531a9db78eea5ea965fbd363d51d8aec2.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 45cd62a531a9db78eea5ea965fbd363d51d8aec2
parent dffe062ce81d04dcdd88a764202f68ad08c63845
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 16:17:39 -0400

Catch exception thrown by mock

Error:
java.lang.AssertionError:
      0 - Request processing failed; nested exception is
java.lang.RuntimeException java.lang.RuntimeException

</content>
</entry>
<entry>
<id>dffe062ce81d04dcdd88a764202f68ad08c63845</id>
<published>2019-06-26T20:10:16Z</published>
<updated>2019-06-26T20:10:16Z</updated>
<title>Write failing provider test</title>
<link rel="alternate" type="text/html" href="commit/dffe062ce81d04dcdd88a764202f68ad08c63845.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit dffe062ce81d04dcdd88a764202f68ad08c63845
parent 71d87a9a485c7aef87587d3edf6ef49f9dd60e84
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 16:10:16 -0400

Write failing provider test

Test:
Given the service is unavailable, upon receiving a request for Mary the
alligator, a 500 is returned.

</content>
</entry>
<entry>
<id>71d87a9a485c7aef87587d3edf6ef49f9dd60e84</id>
<published>2019-06-26T20:05:56Z</published>
<updated>2019-06-26T20:05:56Z</updated>
<title>Make AnimalServiceUnavailableException throwable</title>
<link rel="alternate" type="text/html" href="commit/71d87a9a485c7aef87587d3edf6ef49f9dd60e84.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 71d87a9a485c7aef87587d3edf6ef49f9dd60e84
parent c7e26551cb675edcd8744644f693a041ba1ab362
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 16:05:56 -0400

Make AnimalServiceUnavailableException throwable

Compiler Error:
Incompatible types: AnimalServiceUnavailableException cannot be
converted to Throwable

</content>
</entry>
<entry>
<id>c7e26551cb675edcd8744644f693a041ba1ab362</id>
<published>2019-06-26T20:02:50Z</published>
<updated>2019-06-26T20:02:50Z</updated>
<title>Handle 500 response</title>
<link rel="alternate" type="text/html" href="commit/c7e26551cb675edcd8744644f693a041ba1ab362.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit c7e26551cb675edcd8744644f693a041ba1ab362
parent cab70d3ff1569b9725bf12e4918e2f14c556c66d
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 16:02:50 -0400

Handle 500 response

Error:
java.lang.RuntimeException: java.lang.AssertionError: expected:&lt;class
AnimalServiceUnavailableException&gt; but was:&lt;class
javax.ws.rs.InternalServerErrorException&gt;

</content>
</entry>
<entry>
<id>cab70d3ff1569b9725bf12e4918e2f14c556c66d</id>
<published>2019-06-26T20:00:20Z</published>
<updated>2019-06-26T20:00:20Z</updated>
<title>Create AnimalServiceUnavailableException class</title>
<link rel="alternate" type="text/html" href="commit/cab70d3ff1569b9725bf12e4918e2f14c556c66d.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit cab70d3ff1569b9725bf12e4918e2f14c556c66d
parent c2c0dac6f879dc25fb55a57c6cfde4c92245d403
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 16:00:20 -0400

Create AnimalServiceUnavailableException class

Compiler Error:
Cannot find symbol.

  symbol:   class AnimalServiceUnavailableException
  location: class AnimalServicePactTest

</content>
</entry>
<entry>
<id>c2c0dac6f879dc25fb55a57c6cfde4c92245d403</id>
<published>2019-06-26T19:55:16Z</published>
<updated>2019-06-26T19:55:16Z</updated>
<title>Write failing consumer test</title>
<link rel="alternate" type="text/html" href="commit/c2c0dac6f879dc25fb55a57c6cfde4c92245d403.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit c2c0dac6f879dc25fb55a57c6cfde4c92245d403
parent c7b5f18fc154e9ba5bc09e05e8c98e717e1bc3c3
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 15:55:16 -0400

Write failing consumer test

Test:
Given the service is unavailable, upon receiving a request for Mary the
alligator, a 500 is returned.

</content>
</entry>
<entry>
<id>c7b5f18fc154e9ba5bc09e05e8c98e717e1bc3c3</id>
<published>2019-06-26T19:44:06Z</published>
<updated>2019-06-26T19:44:06Z</updated>
<title>Return 404 if alligator is not found</title>
<link rel="alternate" type="text/html" href="commit/c7b5f18fc154e9ba5bc09e05e8c98e717e1bc3c3.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit c7b5f18fc154e9ba5bc09e05e8c98e717e1bc3c3
parent cc16e125dc76cf9b986b553c5af286f3b56ffad1
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 15:44:06 -0400

Return 404 if alligator is not found

Error:
java.lang.AssertionError:
      0 - expected status of 404 but was 200

</content>
</entry>
<entry>
<id>cc16e125dc76cf9b986b553c5af286f3b56ffad1</id>
<published>2019-06-26T19:37:01Z</published>
<updated>2019-06-26T19:37:01Z</updated>
<title>Write failing provider test</title>
<link rel="alternate" type="text/html" href="commit/cc16e125dc76cf9b986b553c5af286f3b56ffad1.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit cc16e125dc76cf9b986b553c5af286f3b56ffad1
parent 18fcf94515f384eaf0b6d676079ddb9d4c00dbf8
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 15:37:01 -0400

Write failing provider test

Test:
Given there does not exist an alligator named Mary, upon receiving a
request for Mary the alligator, a 404 is returned.

</content>
</entry>
<entry>
<id>18fcf94515f384eaf0b6d676079ddb9d4c00dbf8</id>
<published>2019-06-26T19:27:31Z</published>
<updated>2019-06-26T19:27:31Z</updated>
<title>Extract Pact setup and verification - refactoring</title>
<link rel="alternate" type="text/html" href="commit/18fcf94515f384eaf0b6d676079ddb9d4c00dbf8.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 18fcf94515f384eaf0b6d676079ddb9d4c00dbf8
parent 54559fa28e6af0c2ca01a7e07d4f8460eaba4618
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 15:27:31 -0400

Extract Pact setup and verification - refactoring

</content>
</entry>
<entry>
<id>54559fa28e6af0c2ca01a7e07d4f8460eaba4618</id>
<published>2019-06-26T19:21:39Z</published>
<updated>2019-06-26T19:21:39Z</updated>
<title>Extract Pact provider to a field - refactoring</title>
<link rel="alternate" type="text/html" href="commit/54559fa28e6af0c2ca01a7e07d4f8460eaba4618.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 54559fa28e6af0c2ca01a7e07d4f8460eaba4618
parent ed5591849e83f190f3516776d41c3dfd55f16c34
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 15:21:39 -0400

Extract Pact provider to a field - refactoring

</content>
</entry>
<entry>
<id>ed5591849e83f190f3516776d41c3dfd55f16c34</id>
<published>2019-06-26T19:16:49Z</published>
<updated>2019-06-26T19:16:49Z</updated>
<title>Handle 404 response</title>
<link rel="alternate" type="text/html" href="commit/ed5591849e83f190f3516776d41c3dfd55f16c34.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit ed5591849e83f190f3516776d41c3dfd55f16c34
parent c2668b9ac766f7dfe7b6f1e23b306cfcdbbe41b5
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 15:16:49 -0400

Handle 404 response

Error:
java.lang.RuntimeException: javax.ws.rs.NotFoundException: HTTP 404 Not
Found

</content>
</entry>
<entry>
<id>c2668b9ac766f7dfe7b6f1e23b306cfcdbbe41b5</id>
<published>2019-06-26T19:13:44Z</published>
<updated>2019-06-26T19:13:44Z</updated>
<title>Write failing consumer test</title>
<link rel="alternate" type="text/html" href="commit/c2668b9ac766f7dfe7b6f1e23b306cfcdbbe41b5.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit c2668b9ac766f7dfe7b6f1e23b306cfcdbbe41b5
parent b7de40d73f97cb4c9b4fb3ac31e1435a06f2e0c1
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 15:13:44 -0400

Write failing consumer test

Test:
Given there does not exist an alligator named Mary, upon receiving a
request for Mary the alligator, a 404 is returned.

</content>
</entry>
<entry>
<id>b7de40d73f97cb4c9b4fb3ac31e1435a06f2e0c1</id>
<published>2019-06-26T18:57:16Z</published>
<updated>2019-06-26T18:57:16Z</updated>
<title>Get alligator from AlligatorRepository class</title>
<link rel="alternate" type="text/html" href="commit/b7de40d73f97cb4c9b4fb3ac31e1435a06f2e0c1.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit b7de40d73f97cb4c9b4fb3ac31e1435a06f2e0c1
parent 6ad577e8d0d049173e99dd21615ba8948e743c27
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 14:57:16 -0400

Get alligator from AlligatorRepository class

Error:
Wanted but not invoked:
      alligatorRepository.getByName(&quot;Mary&quot;);

</content>
</entry>
<entry>
<id>6ad577e8d0d049173e99dd21615ba8948e743c27</id>
<published>2019-06-26T18:51:11Z</published>
<updated>2019-06-26T18:51:11Z</updated>
<title>Create an alligator instance with its name</title>
<link rel="alternate" type="text/html" href="commit/6ad577e8d0d049173e99dd21615ba8948e743c27.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 6ad577e8d0d049173e99dd21615ba8948e743c27
parent 0b12f383d339910baa96709406de63a42b56dd92
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 14:51:11 -0400

Create an alligator instance with its name

Error:
java.lang.AssertionError:
      0 - $.name -&gt; [{mismatch=Expected &#39;Mary&#39; but received null,
diff=}]

</content>
</entry>
<entry>
<id>0b12f383d339910baa96709406de63a42b56dd92</id>
<published>2019-06-26T18:37:01Z</published>
<updated>2019-06-26T18:37:01Z</updated>
<title>Make name field in Alligator class readable</title>
<link rel="alternate" type="text/html" href="commit/0b12f383d339910baa96709406de63a42b56dd92.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 0b12f383d339910baa96709406de63a42b56dd92
parent f06919b6d4bb854823a8dae23450f69f40f71c4a
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 14:37:01 -0400

Make name field in Alligator class readable

Error:
java.lang.AssertionError:
      0 - Expected a header &#39;Content-type&#39; but was missing
      1 - Expected a response type of &#39;application/json&#39; but the actual
type was &#39;text/plain&#39;
      2 - expected status of 200 but was 500

</content>
</entry>
<entry>
<id>f06919b6d4bb854823a8dae23450f69f40f71c4a</id>
<published>2019-06-26T18:04:50Z</published>
<updated>2019-06-26T18:04:50Z</updated>
<title>Create an alligator instance</title>
<link rel="alternate" type="text/html" href="commit/f06919b6d4bb854823a8dae23450f69f40f71c4a.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit f06919b6d4bb854823a8dae23450f69f40f71c4a
parent bade1f84e06b85a3f4bb83c8dc91792518e8cd7d
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 14:04:50 -0400

Create an alligator instance

Error:
java.lang.AssertionError:
      0 - Expected a header &#39;Content-type&#39; but was missing
      1 - Expected a response type of &#39;application/json&#39; but the actual
type was &#39;text/plain&#39;

</content>
</entry>
<entry>
<id>bade1f84e06b85a3f4bb83c8dc91792518e8cd7d</id>
<published>2019-06-26T17:57:59Z</published>
<updated>2019-06-26T17:57:59Z</updated>
<title>Create /alligators/{name} route</title>
<link rel="alternate" type="text/html" href="commit/bade1f84e06b85a3f4bb83c8dc91792518e8cd7d.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit bade1f84e06b85a3f4bb83c8dc91792518e8cd7d
parent b1806ffcab59e19cf5ab696f8665418aae539b8e
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 13:57:59 -0400

Create /alligators/{name} route

Error:
java.lang.AssertionError:
      0 - Expected a header &#39;Content-type&#39; but was missing
      1 - Expected a response type of &#39;application/json&#39; but the actual
type was &#39;text/plain&#39;
      2 - expected status of 200 but was 404

</content>
</entry>
<entry>
<id>b1806ffcab59e19cf5ab696f8665418aae539b8e</id>
<published>2019-06-26T17:54:19Z</published>
<updated>2019-06-26T17:54:19Z</updated>
<title>Create getByName(String) method</title>
<link rel="alternate" type="text/html" href="commit/b1806ffcab59e19cf5ab696f8665418aae539b8e.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit b1806ffcab59e19cf5ab696f8665418aae539b8e
parent cfc6f130b3cfbd8ddba4e349cd5baac2913022c3
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 13:54:19 -0400

Create getByName(String) method

Compiler Error:
Cannot find symbol.

  symbol:   method getByName(String)
  location: variable alligatorRepository of type AlligatorRepository

</content>
</entry>
<entry>
<id>cfc6f130b3cfbd8ddba4e349cd5baac2913022c3</id>
<published>2019-06-26T17:42:29Z</published>
<updated>2019-06-26T17:42:29Z</updated>
<title>Create Alligator class</title>
<link rel="alternate" type="text/html" href="commit/cfc6f130b3cfbd8ddba4e349cd5baac2913022c3.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit cfc6f130b3cfbd8ddba4e349cd5baac2913022c3
parent 5b537d30d414609f864edabad67b4d4c8fbbf0b6
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 13:42:29 -0400

Create Alligator class

Compiler Error:
Cannot find symbol.

  symbol:   class Alligator
  location: class ZooServicePactTest

</content>
</entry>
<entry>
<id>5b537d30d414609f864edabad67b4d4c8fbbf0b6</id>
<published>2019-06-26T16:50:10Z</published>
<updated>2019-06-26T16:50:10Z</updated>
<title>Create AlligatorRepository class</title>
<link rel="alternate" type="text/html" href="commit/5b537d30d414609f864edabad67b4d4c8fbbf0b6.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 5b537d30d414609f864edabad67b4d4c8fbbf0b6
parent ff2d88d1e4d0ec2d0dc251f50d246b930a2c8d67
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 12:50:10 -0400

Create AlligatorRepository class

Compiler Error:
Cannot find symbol.

  symbol:   class AlligatorRepository
  location: class ZooServicePactTest

</content>
</entry>
<entry>
<id>ff2d88d1e4d0ec2d0dc251f50d246b930a2c8d67</id>
<published>2019-06-26T16:46:00Z</published>
<updated>2019-06-26T16:46:00Z</updated>
<title>Write failing provider test</title>
<link rel="alternate" type="text/html" href="commit/ff2d88d1e4d0ec2d0dc251f50d246b930a2c8d67.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit ff2d88d1e4d0ec2d0dc251f50d246b930a2c8d67
parent 6b391f301d7d05e0a405571451b7a10f9780a56e
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 12:46:00 -0400

Write failing provider test

Test:
Given there exists an alligator named Mary, a request for Mary the
alligator returns Mary the alligator.

</content>
</entry>
<entry>
<id>6b391f301d7d05e0a405571451b7a10f9780a56e</id>
<published>2019-06-26T16:33:40Z</published>
<updated>2019-06-26T16:33:40Z</updated>
<title>Deserialize alligator instance</title>
<link rel="alternate" type="text/html" href="commit/6b391f301d7d05e0a405571451b7a10f9780a56e.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 6b391f301d7d05e0a405571451b7a10f9780a56e
parent ec0f200414a56d251afb9497605d76e1e043cf57
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 12:33:40 -0400

Deserialize alligator instance

Error:
javax.ws.rs.client.ResponseProcessingException:
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot
construct instance of `Alligator` (although at least one Creator
exists): cannot deserialize from Object value (no delegate- or
property-based Creator)

</content>
</entry>
<entry>
<id>ec0f200414a56d251afb9497605d76e1e043cf57</id>
<published>2019-06-26T16:33:59Z</published>
<updated>2019-06-26T16:33:59Z</updated>
<title>Fetch the alligator instance with an HTTP request</title>
<link rel="alternate" type="text/html" href="commit/ec0f200414a56d251afb9497605d76e1e043cf57.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit ec0f200414a56d251afb9497605d76e1e043cf57
parent 3ca4dd7ef550d0cb3daac37063d0cc7756026e79
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 12:33:59 -0400

Fetch the alligator instance with an HTTP request

Error:
java.lang.AssertionError: &lt;ExpectedButNotReceived(expectedRequests=[
        method: GET
        path: /alligators/Mary
        query: [:]
        headers: [:]
        matchers: MatchingRules(rules={})
        generators: Generators(categories={})
        body: MISSING])&gt;

</content>
</entry>
<entry>
<id>3ca4dd7ef550d0cb3daac37063d0cc7756026e79</id>
<published>2019-06-26T16:15:33Z</published>
<updated>2019-06-26T16:15:33Z</updated>
<title>Create an alligator instance with its name</title>
<link rel="alternate" type="text/html" href="commit/3ca4dd7ef550d0cb3daac37063d0cc7756026e79.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 3ca4dd7ef550d0cb3daac37063d0cc7756026e79
parent b8ac7ec9b015909de6449b1f27ba9b744059f7c0
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 12:15:33 -0400

Create an alligator instance with its name

Error:
java.lang.AssertionError: expected:&lt;Mary&gt; but was:&lt;null&gt;

</content>
</entry>
<entry>
<id>b8ac7ec9b015909de6449b1f27ba9b744059f7c0</id>
<published>2019-06-26T16:07:23Z</published>
<updated>2019-06-26T16:07:23Z</updated>
<title>Create an alligator instance</title>
<link rel="alternate" type="text/html" href="commit/b8ac7ec9b015909de6449b1f27ba9b744059f7c0.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit b8ac7ec9b015909de6449b1f27ba9b744059f7c0
parent c4a22ab5974ac8fc098ddee66f831f9d6d966a64
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 12:07:23 -0400

Create an alligator instance

Error:
java.lang.NullPointerException

</content>
</entry>
<entry>
<id>c4a22ab5974ac8fc098ddee66f831f9d6d966a64</id>
<published>2019-06-26T16:00:36Z</published>
<updated>2019-06-26T16:00:36Z</updated>
<title>Create getName() method</title>
<link rel="alternate" type="text/html" href="commit/c4a22ab5974ac8fc098ddee66f831f9d6d966a64.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit c4a22ab5974ac8fc098ddee66f831f9d6d966a64
parent 8012a7af7ed6890c007cde6d1a14ac7f407c598f
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 12:00:36 -0400

Create getName() method

Compiler Error:
Cannot find symbol.

  symbol:   method getName()
  location: variable alligator of type Alligator

</content>
</entry>
<entry>
<id>8012a7af7ed6890c007cde6d1a14ac7f407c598f</id>
<published>2019-06-26T15:58:26Z</published>
<updated>2019-06-26T15:58:26Z</updated>
<title>Create getAlligator(String) method</title>
<link rel="alternate" type="text/html" href="commit/8012a7af7ed6890c007cde6d1a14ac7f407c598f.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 8012a7af7ed6890c007cde6d1a14ac7f407c598f
parent 6664895e3c62caaf470b772a0bd2d96bcafe3276
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 11:58:26 -0400

Create getAlligator(String) method

Compiler Error:
Cannot find symbol.

  symbol:   method getAlligator(String)
  location: variable animalService of type AnimalService

</content>
</entry>
<entry>
<id>6664895e3c62caaf470b772a0bd2d96bcafe3276</id>
<published>2019-06-26T15:56:27Z</published>
<updated>2019-06-26T15:56:27Z</updated>
<title>Create Alligator class</title>
<link rel="alternate" type="text/html" href="commit/6664895e3c62caaf470b772a0bd2d96bcafe3276.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 6664895e3c62caaf470b772a0bd2d96bcafe3276
parent 1dec17afbc85a6db66cf625f8858552508d2e455
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 11:56:27 -0400

Create Alligator class

Compiler Error:
Cannot find symbol.

  symbol:   class Alligator
  location: class AnimalServicePactTest

</content>
</entry>
<entry>
<id>1dec17afbc85a6db66cf625f8858552508d2e455</id>
<published>2019-06-26T15:54:07Z</published>
<updated>2019-06-26T15:54:07Z</updated>
<title>Create AnimalService constructor</title>
<link rel="alternate" type="text/html" href="commit/1dec17afbc85a6db66cf625f8858552508d2e455.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 1dec17afbc85a6db66cf625f8858552508d2e455
parent e24373ae5f07234d4c9406771dbdf1a2868056e2
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 11:54:07 -0400

Create AnimalService constructor

Compiler Error:
constructor AnimalService in class AnimalService cannot be applied to
given types;

required: no arguments
found: String

</content>
</entry>
<entry>
<id>e24373ae5f07234d4c9406771dbdf1a2868056e2</id>
<published>2019-06-26T15:47:03Z</published>
<updated>2019-06-26T15:47:03Z</updated>
<title>Write failing consumer test</title>
<link rel="alternate" type="text/html" href="commit/e24373ae5f07234d4c9406771dbdf1a2868056e2.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit e24373ae5f07234d4c9406771dbdf1a2868056e2
parent 7e4e8a53cc000cf15162762ef4dee1ef9d5db25f
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 11:47:03 -0400

Write failing consumer test

Test:
Given there exists an alligator named Mary, a request for Mary the
alligator returns Mary the alligator.

</content>
</entry>
<entry>
<id>7e4e8a53cc000cf15162762ef4dee1ef9d5db25f</id>
<published>2019-06-26T15:40:53Z</published>
<updated>2019-06-26T15:40:53Z</updated>
<title>initial</title>
<link rel="alternate" type="text/html" href="commit/7e4e8a53cc000cf15162762ef4dee1ef9d5db25f.html" />
<author>
<name>Jul</name>
<email>jul@9o.is</email>
</author>
<content>commit 7e4e8a53cc000cf15162762ef4dee1ef9d5db25f
Author: Jul &lt;jul@9o.is&gt;
Date:   Wed, 26 Jun 2019 11:40:53 -0400

initial

</content>
</entry>
</feed>
