# 테스트가 끊긴 곳과 실제 런타임이 지나는 합성 루트 # Question: 게이트웨이 테스트와 화면 테스트가 통과했는데 왜 합성 루트의 credential 결함은 운영에서만 드러났는가? direction: right n0: "화면" { shape: rectangle } n1: "Gateway" { shape: rectangle } n2: "Composition Root" { shape: rectangle } n3: "Runtime Adapter + 404" { shape: rectangle } n0 -> n1: "요청" n1 -> n2: "runtime 조립" n2 -> n3: "credential 판정"