程序包org.springframework.boot.test.system的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.boot.test.system.OutputCaptureExtension (implements org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.ParameterResolver)
    • org.springframework.boot.test.system.OutputCaptureRule (implements org.springframework.boot.test.system.CapturedOutput, org.junit.rules.TestRule)

接口分层结构