Uses of Enum
org.junit.contrib.java.lang.system.LogMode
Packages that use LogMode
-
Uses of LogMode in org.junit.contrib.java.lang.system
Subclasses with type arguments of type LogMode in org.junit.contrib.java.lang.systemModifier and TypeClassDescriptionenumDeprecated.This enum is no longer needed, because all rules that are using it have been replaced with rules that don't need the enum.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.Please usenew SystemErrRule().enableLog()instead ofnew StandardErrorStreamLog(LogMode.LOG_AND_WRITE_TO_STREAM)ornew SystemErrRule().enableLog().mute()instead ofnew StandardErrorStreamLog(LogMode.LOG_ONLY).Deprecated.Please usenew SystemOutRule().enableLog()instead ofnew StandardOutputStreamLog(LogMode.LOG_AND_WRITE_TO_STREAM)ornew SystemOutRule().enableLog().mute()instead ofnew StandardOutputStreamLog(LogMode.LOG_ONLY).