# 실행되지 않는 계층 # Question: 어디까지 검증되었는가? direction: right n0: "검증된 범위" { shape: rectangle } n1: "SPI 각각의 단위 테스트" { shape: rectangle } n2: "검사 순서 · 저널 시퀀스" { shape: rectangle } n3: "실패 재던짐 · 코드 정제" { shape: rectangle } n0 -> n1: "검증됨" n0 -> n2: "미실행" n0 -> n3: "미실행"