Uses of Enum
org.junit.contrib.java.lang.system.LogMode
Packages that use LogMode
-
Uses of LogMode in org.junit.contrib.java.lang.system
Methods in org.junit.contrib.java.lang.system that return LogModeModifier and TypeMethodDescriptionstatic LogModeDeprecated.Returns the enum constant of this type with the specified name.static LogMode[]LogMode.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.junit.contrib.java.lang.system with parameters of type LogModeModifierConstructorDescriptionDeprecated.Deprecated.Please usenew SystemOutRule().enableLog()instead ofnew StandardOutputStreamLog(LogMode.LOG_AND_WRITE_TO_STREAM)ornew SystemOutRule().enableLog().mute()instead ofnew StandardOutputStreamLog(LogMode.LOG_ONLY).
new SystemErrRule().enableLog()instead ofnew StandardErrorStreamLog(LogMode.LOG_AND_WRITE_TO_STREAM)ornew SystemErrRule().enableLog().mute()instead ofnew StandardErrorStreamLog(LogMode.LOG_ONLY).