Test-Driven Development in Swift : Compile Better Code with XCTest and TDD (1st)

個数:
電子版価格
¥10,720
  • 電子版あり
  • ポイントキャンペーン

Test-Driven Development in Swift : Compile Better Code with XCTest and TDD (1st)

  • ウェブストア価格 ¥10,432(本体¥9,484)
  • APress(2021/07発売)
  • 外貨定価 US$ 54.99
  • 【ウェブストア限定】洋書・洋古書ポイント5倍対象商品(~2/28)
  • ポイント 470pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 288 p.
  • 言語 ENG
  • 商品コード 9781484270011
  • DDC分類 005.14

Full Description

Leverage Swift to practice effective and efficient test-driven development (TDD) methodology. Software testing and TDD are evergreen programming concepts—yet Swift developers haven't widely adopted them. What's needed is a clear roadmap to learn and adopt TDD in the Swift world. Over the past years, Apple has invested in XCTest and Xcode's testing infrastructure, making testing a new top priority in their ecosystem. Open-source libraries such as Quick and Nimble have also reached maturity. The tools are there. This book will show you how to wield them. 

TDD has much more to offer than catching bugs. With this book, you'll learn a philosophy for building software. TDD enables engineers to solve problems incrementally, writing only as much code as necessary. By decomposing big problems into small steps, you can move along at a fast pace, always making visible progress. 

Participate in the test-driven development journey by building a real iOS application and incorporating new concepts through each chapter. The book's concepts will emerge as you figure out ways to use tests to drive the solutions to the problems of each chapter. Through the TDD of a single application, you'll be introduced to all the staples and advanced concepts of the craft, understand the trade offs each technique offers, and review an iterative process of software development. 

Test-Driven Development in Swift provides the path for a highly efficient way to make amazing apps.

What You'll Learn

Write tests that are easy to maintain

Look after an ever-growing test suite

Build a testing vocabulary that can be applied outside the Swift world

See how Swift programming enhances the TDD flow seen in dynamic languages 

Discover how compiler errors can provide the same helpful guidance as failing tests do

Who This Book Is For

Mid-level developers keen to write higher quality code and improve their workflows. Also, developers that have already been writing tests but feel they are not getting the most out of them. 

Contents

Chapter 1: Why TDD?.- Chapter 2: XCTest Introduction.- Chapter 3: Getting Started with TDD.- Chapter 4: TDD in the Real World.- Chapter 5: Changing Tests with Fixtures.- Chapter 6: Testing Static SwiftUI Views.- Chapter 7: Testing Dynamic SwiftUI Views .- Chapter 8: Code Based on Indirect Inputs.- Chapter 9: Testing JSON Decoding.- Chapter 10: Testing Network Code.- Chapter 11: Injecting Dependencies with @EnvironmentObject.- Chapter 12: Testing Side Effects.- Chapter 13: Testing a Conditional View Presentation.- Chapter 14 Fixing Bugs and Changing Existing Code with TDD.- Chapter 15 Keeping Tests Isolated with Fakes and Clear with Dummies.- Chapter 16: Conclusion.- Cheat Sheet.- Appendix A: Where to Go From Here.- Appendix B: Testing with Quick and Nimble.- Appendix C: TDD with UIKit.