中古品:
¥4,094 税込
配送料 ¥257 4月19日-30日にお届け(13 時間 18 分以内にご注文の場合)
詳細を見る
中古商品: 非常に良い | 詳細
発売元 Paper Cavalier JP
コンディション: 中古商品: 非常に良い
コメント: 少し使用感あり。 海外からの発送のため、2—4週間程度でお手元に商品をお届けします。商品及びサービス等の質問は、日本語で対応いたします。
Kindleアプリのロゴ画像

無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません

ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。

携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。

KindleアプリをダウンロードするためのQRコード

著者をフォロー

何か問題が発生しました。後で再度リクエストしてください。

Pragmatic Unit Testing in Java 8 with JUnit ペーパーバック – 2015/4/14

4.2 5つ星のうち4.2 51個の評価

The Pragmatic Programmers classic is back! Freshly updated for modern software development, Pragmatic Unit Testing in Java 8 With JUnit teaches you how to write and run easily maintained unit tests in JUnit with confidence. You'll learn mnemonics to help you know what tests to write, how to remember all the boundary conditions, and what the qualities of a good test are. You'll see how unit tests can pay off by allowing you to keep your system code clean, and you'll learn how to handle the stuff that seems too tough to test.

Pragmatic Unit Testing in Java 8 With JUnit steps you through all the important unit testing topics. If you've never written a unit test, you'll see screen shots from Eclipse, IntelliJ IDEA, and NetBeans that will help you get past the hard part--getting set up and started.

Once past the basics, you'll learn why you want to write unit tests and how to effectively use JUnit. But the meaty part of the book is its collected unit testing wisdom from people who've been there, done that on production systems for at least 15 years: veteran author and developer Jeff Langr, building on the wisdom of Pragmatic Programmers Andy Hunt and Dave Thomas. You'll learn:

  • How to craft your unit tests to minimize your effort in maintaining them.
  • How to use unit tests to help keep your system clean.
  • How to test the tough stuff.
  • Memorable mnemonics to help you remember what's important when writing unit tests.
  • How to help your team reap and sustain the benefits of unit testing.

You won't just learn about unit testing in theory--you'll work through numerous code examples. When it comes to programming, hands-on is the only way to learn!

商品の説明

著者について

Jeff Langr is a veteran software developer with well over three decades experience building software and helping others learn how to do so. Jeff develops software for Outpace Systems, Inc., and still provides help to customers through Langr Software Solutions, Inc. Jeff's prior Pragmatic Bookshelf titles include Agile in a Flash (with Tim Ottinger) and Modern C++ Programming with Test-Driven Development.

Andy Hunt has written and co-written over a half-dozen previous titles, including the classic The Pragmatic Programmer, Practices of an Agile Developer, Pragmatic Thinking & Learning, and Learn to Program with Minecraft Plugins, and regularly speaks at conferences on software development around the world.

Dave Thomas is a programmer who likes to evangelize cool stuff. He cowrote "The Pragmatic Programmer" and was one of the creators of the Agile Manifesto. His book "Programming Ruby" introduced the Ruby language to the world, and "Agile Web Development with Rails" helped kickstart the Rails revolution.

登録情報

  • 出版社 ‏ : ‎ Pragmatic Bookshelf; 第1版 (2015/4/14)
  • 発売日 ‏ : ‎ 2015/4/14
  • 言語 ‏ : ‎ 英語
  • ペーパーバック ‏ : ‎ 236ページ
  • ISBN-10 ‏ : ‎ 1941222595
  • ISBN-13 ‏ : ‎ 978-1941222591
  • 寸法 ‏ : ‎ 19.05 x 1.27 x 23.5 cm
  • カスタマーレビュー:
    4.2 5つ星のうち4.2 51個の評価

著者について

著者をフォローして、新作のアップデートや改善されたおすすめを入手してください。
Jeff Langr
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。

カスタマーレビュー

星5つ中4.2つ
51グローバルレーティング

この商品をレビュー

他のお客様にも意見を伝えましょう

上位レビュー、対象国: 日本

日本からの0件のレビューとお客様による0件の評価があります

他の国からのトップレビュー

すべてのレビューを日本語に翻訳
  • Victor
    5つ星のうち5.0 good
    2022年6月15日にブラジルでレビュー済み
    Amazonで購入
    レポート
  • Amazon Customer
    5つ星のうち5.0 Good overview of testing techniques
    2017年1月9日にアメリカ合衆国でレビュー済み
    Amazonで購入
    When I reading this book sometimes I thought what a terrible practice or code or thoughts and even wanted to put one star comparing value/price but when I completed book all become clear. Very good overview of testing and good useful thoughts. I highly enough use unit testing and mocks before but enjoy reading and got new techniques and overall picture. And as bonus, I at least start highly using lambda and streams with passion in Java 8 (before used in other languages but not in Java 8), there is no explicit meaning of this features in book but just reading code examples step by step you becoming familiar with lambda and streams at no extra cost.
  • Amazon Customer
    5つ星のうち3.0 Buen libro para aprender a utilizar JUnit
    2015年11月5日にスペインでレビュー済み
    Amazonで購入
    El libro está bien para aprender a utilizar y sacar partido a JUnit, aunque me ha parecido un poco caro en relación con otros libros de su categoría
  • Richard L
    5つ星のうち5.0 Great book on modern usage of unit testing
    2015年8月11日にアメリカ合衆国でレビュー済み
    Amazonで購入
    Great book. I skipped the first 4 chapters, as I've already been using JUnit for a while.

    I really liked the emphasis on where/how to change your code to make it more testable. The refactoring examples were very helpful as well. The chapter on using mocks was only about 10-11 pages long, although it was a good intro to using mockito. The book does not go in depth on Java 8 features, but I did appreciate seeing the examples with this newer syntax.

    Overall very happy with this purchase.
  • Amazon Customer
    5つ星のうち3.0 Not bad but not great.
    2017年8月2日にアメリカ合衆国でレビュー済み
    Amazonで購入
    The writing style didn't really match my tastes and the example code is old. It started out good but it's really missing stuff that would allow you to plow through the book quickly. You spend a lot of time trying to find supporting code.