Uses of Package
org.junit.contrib.java.lang.system
Packages that use org.junit.contrib.java.lang.system
-
Classes in org.junit.contrib.java.lang.system used by org.junit.contrib.java.lang.systemClassDescriptionAn
Assertionencapsulates the code of an assertion into an object.TheEnvironmentVariablesrule allows you to set environment variables for your test.TheExpectedSystemExitallows in-test specification of expectedSystem.exit(...)calls.Deprecated.This enum is no longer needed, because all rules that are using it have been replaced with rules that don't need the enum.TheProvideSecurityManagerrule provides an arbitrary security manager to a test.TheProvideSystemPropertyrule provides an arbitrary value for a system property to a test.TheSystemErrRuleintercepts the writes toSystem.err.TheSystemOutRuleintercepts the writes toSystem.out.TheTextFromStandardInputStreamrule replacesSystem.inwith anotherInputStream, which provides an arbitrary text.