Enum Class的使用
cn.taketoday.framework.test.system.OutputCapture.Type
使用OutputCapture.Type的程序包
-
cn.taketoday.framework.test.system中OutputCapture.Type的使用
修饰符和类型方法说明(专用程序包) OutputCapture.TypeOutputCapture.CapturedString.getType()static OutputCapture.TypeReturns the enum constant of this class with the specified name.static OutputCapture.Type[]OutputCapture.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.类型变量类型为OutputCapture.Type的cn.taketoday.framework.test.system中的方法参数修饰符和类型方法说明(专用程序包) voidOutputCapture.SystemCapture.append(StringBuilder builder, Predicate<OutputCapture.Type> filter) (专用程序包) StringOutputCapture.build(Predicate<OutputCapture.Type> filter) private StringOutputCapture.get(AtomicReference<String> existing, Predicate<OutputCapture.Type> filter)