<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shuji_w6e</author_name>
  <author_url>https://blog.hatena.ne.jp/shuji_w6e/</author_url>
  <blog_title>やさしいデスマーチ</blog_title>
  <blog_url>https://shuji-w6e.hatenadiary.org/</blog_url>
  <categories>
    <anon>JUnit実践入門</anon>
  </categories>
  <description>誤植速報その2です。 その1はこちら、技評さんの公式サイトはこちらです（おって反映されると思います）。 P196 リスト11.29 部分的なモックオブジェクト 誤） List list = new ArrayList(); List spy = spy(list); when(mock.size()).thenReturn(100); spy.add(&quot;Hello&quot;); 正） List list = new ArrayList(); List spy = spy(list); when(spy.size()).thenReturn(100); spy.add(&quot;Hello&quot;); コードの3行目…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshuji-w6e.hatenadiary.org%2Fentry%2F20121125%2F1353849251&quot; title=&quot; 『JUnit実践入門』正誤表(2) #junitbook - やさしいデスマーチ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-11-25 22:14:11</published>
  <title> 『JUnit実践入門』正誤表(2) #junitbook</title>
  <type>rich</type>
  <url>https://shuji-w6e.hatenadiary.org/entry/20121125/1353849251</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
