维岳
Search
Search
Dark mode
Light mode
Explorer
Tag: tdd
33 items with this tag.
Aug 06, 2026
AI编程幻觉终结者:TDD + 重构驱动的单元测试实战
tdd
unit-testing
refactoring
spring-boot
java
testing
Aug 06, 2026
AI + TDD 提示词模板
reference
ai
prompts
tdd
Aug 06, 2026
课程地图
tdd
map
learning-path
Jul 06, 2026
第14课:重构与测试先行
tdd
test-first
refactoring
red-green-refactoring
Jul 06, 2026
第15课:明确测试目标
tdd
test-goal
test-design
boundary-test
Jul 06, 2026
第16课:认识测试替身(Test Double)
tdd
test-double
mock
isolation
polymorphism
Jul 06, 2026
第17课:测试打桩(Stub Method)
tdd
stub
test-double
isolation
express-service
Jul 06, 2026
第18课:使用测试间谍(Spy)
tdd
spy
test-double
interaction-testing
verification
Jul 06, 2026
第19课:用断言替代 if-else
tdd
assertion
assert
if-else
self-verification
Jul 06, 2026
第29课:单元测试的切片概念
tdd
unit-testing
spring-boot
test-slicing
testing
Jul 06, 2026
第30课:Service 层测试
tdd
unit-testing
spring-boot
service-layer
mockito
testing
Jul 06, 2026
第31课:MVC 控制器层测试
tdd
unit-testing
spring-boot
mvc
mockmvc
testing
Jul 06, 2026
第32课:Security 身份认证测试
tdd
unit-testing
spring-boot
security
withmockuser
testing
Jul 06, 2026
第33课:JSON 序列化与反序列化测试
tdd
unit-testing
spring-boot
json
jackson
testing
Jul 06, 2026
第34课:Repository 数据仓储层测试
tdd
unit-testing
spring-boot
repository
jpa
testcontainers
testing
Jul 06, 2026
第35课:E2E 端到端接口测试
tdd
unit-testing
spring-boot
e2e
integration-test
testing
Jul 06, 2026
第36课:WWW 命名方法论
tdd
naming
www
methodology
unit-testing
Jul 06, 2026
第37课:AAA 方法论
tdd
aaa
pattern
methodology
unit-testing
Jul 06, 2026
第38课:什么是最好的测试
tdd
test-quality
best-practice
methodology
Jul 06, 2026
第39课:单元测试的坏味道
tdd
test-smells
anti-pattern
code-quality
Jul 06, 2026
第40课:测试先行(Test-Driven Development)
tdd
test-driven-development
red-green-refactor
methodology
Jul 06, 2026
第41课:TDD 按层推进
tdd
layered-architecture
spring-boot
controller
service
repository
Jul 06, 2026
第42课:CQS 方法论(命令查询分离)
tdd
cqs
command-query-separation
design-principle
architecture
Jul 06, 2026
第43课:TDD 理念回顾与技巧总结
tdd
philosophy
review
summary
methodology
Jan 01, 2024
第01课:课程导学 — AI + TDD + 重构的单元测试实战
course-introduction
ai
tdd
refactoring
Jan 01, 2024
第06课:红绿切换(Red-Green-Refactoring)
tdd
red-green-refactoring
test-driven-development
Jan 01, 2024
第07课:运用重构来划定范围
tdd
refactoring
scope
testing
java
Jan 01, 2024
第08课:把函数组装成类
tdd
refactoring
oop
class-design
java
Jan 01, 2024
第09课:用查询来替代变量
tdd
refactoring
query-method
magic-number
maintainability
java
Jan 01, 2024
第10课:单元测试的范围
tdd
unit-testing
test-scope
isolation
java
Jan 01, 2024
第11课:集成测试的范围
tdd
integration-testing
test-scope
database
collaboration
java
Jan 01, 2024
第12课:重构的方法论
tdd
refactoring
methodology
extract-function
class-design
query-method
java
Jan 01, 2024
第13课:测试的分类
tdd
test-classification
test-pyramid
unit-testing
integration-testing
e2e-testing
java