文件名称: system-rules-1.16.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.16.0</version>
</dependency>Gradle:
implementation group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.16.0'
Gradle (Short):
implementation 'com.github.stefanbirkner:system-rules:1.16.0'
Gradle (Kotlin):
implementation("com.github.stefanbirkner:system-rules:1.16.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.junit.contrib.java.lang.system
org.junit.contrib.java.lang.system.internalorg.junit.contrib.java.lang.system.Assertion
org.junit.contrib.java.lang.system.ClearSystemProperties
org.junit.contrib.java.lang.system.DisallowWriteToSystemErr
org.junit.contrib.java.lang.system.DisallowWriteToSystemOut
org.junit.contrib.java.lang.system.EnvironmentVariables
org.junit.contrib.java.lang.system.ExpectedSystemExit
org.junit.contrib.java.lang.system.LogMode
org.junit.contrib.java.lang.system.ProvideSecurityManager
org.junit.contrib.java.lang.system.ProvideSystemProperty
org.junit.contrib.java.lang.system.RestoreSystemProperties
org.junit.contrib.java.lang.system.StandardErrorStreamLog
org.junit.contrib.java.lang.system.StandardOutputStreamLog
org.junit.contrib.java.lang.system.SystemErrRule
org.junit.contrib.java.lang.system.SystemOutRule
org.junit.contrib.java.lang.system.TextFromStandardInputStream
org.junit.contrib.java.lang.system.internal.CheckExitCalled
org.junit.contrib.java.lang.system.internal.DisallowWrite
org.junit.contrib.java.lang.system.internal.LogPrintStream
org.junit.contrib.java.lang.system.internal.NoExitSecurityManager
org.junit.contrib.java.lang.system.internal.PrintStreamHandler
org.junit.contrib.java.lang.system.internal.RestoreSpecificSystemProperties