Pragmatic Unit Testing in Java 8 with JUnit 2024 pdf epub mobi 電子書 下載


Pragmatic Unit Testing in Java 8 with JUnit

簡體網頁||繁體網頁

Pragmatic Unit Testing in Java 8 with JUnit pdf epub mobi 著者簡介

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 Unit Testing in Java 8 with JUnit pdf epub mobi 圖書描述

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!

Pragmatic Unit Testing in Java 8 with JUnit 2024 pdf epub mobi 電子書 下載

Pragmatic Unit Testing in Java 8 with JUnit pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-07-06

Pragmatic Unit Testing in Java 8 with JUnit 2024 pdf epub mobi 電子書 下載

Pragmatic Unit Testing in Java 8 with JUnit 2024 pdf epub mobi 電子書 下載

Pragmatic Unit Testing in Java 8 with JUnit 2024 pdf epub mobi 電子書 下載



喜欢 Pragmatic Unit Testing in Java 8 with JUnit 電子書 的读者还喜欢


Pragmatic Unit Testing in Java 8 with JUnit pdf epub mobi 讀後感

評分

對OOP有一定理解的讀者一定會發現,本書沒有講到單元測試的精髓。什麼是單元測試的精髓呢?我認為是測試類的內聚性。舉個例子:stack類的push和pop方法就是一種高內聚,它們的組閤纔有stack體現齣FILO的性質。單元測試的目標不是孤立地測試push和pop,而是測試FILO性質。 單元...  

評分

按照題目的提示,我也是一名Java初學者。學習編程到現在,聽過或看過不少敏捷編程的東西,知道這麼一個有用的單元測試。但事實上,寫單元測試還是很少,究其原因(就我而言): 1.沒有形成習慣。 2.沒有順手的工具(怕麻煩)。 3.有些情況不知道怎麼寫單元測試。 4.就算寫單元...

評分

按照題目的提示,我也是一名Java初學者。學習編程到現在,聽過或看過不少敏捷編程的東西,知道這麼一個有用的單元測試。但事實上,寫單元測試還是很少,究其原因(就我而言): 1.沒有形成習慣。 2.沒有順手的工具(怕麻煩)。 3.有些情況不知道怎麼寫單元測試。 4.就算寫單元...

評分

這本書隻有170多頁,讓你能夠在短時間內瞭解如何使用JUnit進行單元測試,而不必啃著大部頭還帶著挫摺感,是學習Junit的首選入門書籍。作者首先告訴你單元測試的重要性,然後手把手教你如何使用Junit進行簡單的單元測試,最後以自己的經驗告訴讀者好的測試應該具有怎樣的品質。...  

評分

對OOP有一定理解的讀者一定會發現,本書沒有講到單元測試的精髓。什麼是單元測試的精髓呢?我認為是測試類的內聚性。舉個例子:stack類的push和pop方法就是一種高內聚,它們的組閤纔有stack體現齣FILO的性質。單元測試的目標不是孤立地測試push和pop,而是測試FILO性質。 單元...  

類似圖書 點擊查看全場最低價
出版者:Pragmatic Bookshelf
作者:Jeff Langr
出品人:
頁數:200
譯者:
出版時間:2015-3-19
價格:USD 24.86
裝幀:Paperback
isbn號碼:9781941222591
叢書系列:The Pragmatic Starter Kit

圖書標籤: JUnit  軟件測試  單元測試  Java  test  junit  java  2016年閱讀記錄   


Pragmatic Unit Testing in Java 8 with JUnit 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Pragmatic Unit Testing in Java 8 with JUnit pdf epub mobi 用戶評價

評分

不錯的一本junit入門、提高的書

評分

比第一版多瞭一整塊“重構”講解,即第8-11章,這部分挺好看的。書寫得幽默風趣,難得的技術書中看得很舒服的那種。

評分

很適閤unit test理論入門,作為碼農,雖寫過不少unit tests,但說test的質量則自己都不能確定,究其原因則是缺乏理論和準則。本書恰如其當的解決瞭筆者的問題,從unit tests的基礎到設計原則侃侃而來,如FIRST、Right-BICEP的總結很方便記憶。

評分

不錯的一本junit入門、提高的書

評分

很適閤unit test理論入門,作為碼農,雖寫過不少unit tests,但說test的質量則自己都不能確定,究其原因則是缺乏理論和準則。本書恰如其當的解決瞭筆者的問題,從unit tests的基礎到設計原則侃侃而來,如FIRST、Right-BICEP的總結很方便記憶。

Pragmatic Unit Testing in Java 8 with JUnit 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有