
無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
Pragmatic Unit Testing in Java 8 with JUnit ペーパーバック – 2015/4/14
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!
- 本の長さ236ページ
- 言語英語
- 出版社Pragmatic Bookshelf
- 発売日2015/4/14
- 寸法19.05 x 1.27 x 23.5 cm
- ISBN-101941222595
- ISBN-13978-1941222591
商品の説明
著者について
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
- Amazon 売れ筋ランキング: - 723,300位洋書 (洋書の売れ筋ランキングを見る)
- - 609位Java Programming
- - 1,040位Software Testing
- - 2,822位Software Development
- カスタマーレビュー:
著者について

著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。
カスタマーレビュー
上位レビュー、対象国: 日本
他の国からのトップレビュー
-
-
Amazon Customer2017年1月9日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Good overview of testing techniques
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 Customer2015年11月5日にスペインでレビュー済み
5つ星のうち3.0 Buen libro para aprender a utilizar JUnit
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 L2015年8月11日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Great book on modern usage of unit testing
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 Customer2017年8月2日にアメリカ合衆国でレビュー済み
5つ星のうち3.0 Not bad but not great.
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.