# 계약을 상속하면 일어나는 것 # Question: 어댑터는 계약 테스트를 어떻게 받는가? direction: right n0: "어댑터 중첩 클래스" { shape: rectangle } n1: "상속 진입점" { shape: rectangle } n2: "MessagingAdapterContract" { shape: rectangle } n3: "계약 테스트 목록" { shape: rectangle } n4: "계약 테스트 실행" { shape: rectangle } n0 -> n1: "상속" n1 -> n2: "계약 편입" n2 -> n3: "테스트 목록" n4 -> n3: "전체 실행"