카테고리 없음

ArchUnit - Java 코드 분석

k9e4h 2026. 2. 2. 15:48

https://www.archunit.org/

 

Unit test your Java architecture

Start enforcing your architecture within 30 minutes using the test setup you already have.

www.archunit.org

 

 

--

trait 특성

sound 건전한, 정상적인
verify 입증하다

adhere strictly to a plan 계획을 엄수하다

adhere 들러붙다, 부착하다.

Simply put, 간단히 말해서

refer to sombody/something SB/ST 에 대해 언급하다. ~를 나타내다

 

 

** We need to verify that the code implemented adheres to it.

- implemented는 과거분사 형용사로, 관계절(which was implemented)을 줄여서 code를 뒤에서 수식한다.

** The architecture of a system also defines how packages or groups of packages interact.

- how + 주어 + 동사는 질문이 아니라 목적어 역할을 하는 명사절

반응형