logo
分类于: 计算机基础 人工智能

简介

Test Driven Development for Embedded C

Test Driven Development for Embedded C 0.0分

资源最后更新于 2020-09-23 15:17:00

作者:James W. Grenning

出版社:Pragmatic Bookshelf

出版日期:2011-01

ISBN:9781934356623

文件格式: pdf

标签: TDD C 嵌入式 程序设计 测试驱动开发 Programming 编程 敏捷开发

简介· · · · · ·

Did you write C code last week? Does your code work? Is your design clean? If you answered yes to the first question but got queasy over the second two, you need to know about Test Driven Development. TDD helps you write code that works the first time, and then helps you keep it running as the code evolves to meet new needs.

In Test Driven Development for Embedded C, author Jam...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Test Driven Development
Getting Started
Test Driving Tools and Conventions
Starting a C Module
Testing Your Way to Done
Embedded TDD Strategy excerpt
Yeah but…
Testing Modules with Collaborators
Introducing Test Doubles
Spying on the Production Code excerpt
Function Pointer Test Doubles
The Mock Object
Design and Continuous Improvement
SOLID Testable Designs in C
Refactoring
Adding Tests to Legacy Code
Test Guidelines
Stuff at the End
Glossary
Development System Test Environment
Resources
Guide to UML Used in this Book
CppUTest Quick Reference
Code Examples Appendix
LedDriver After the First 3 Tests