类 OutputCapture.CapturedString
java.lang.Object
cn.taketoday.framework.test.system.OutputCapture.CapturedString
- 封闭类:
- OutputCapture
A captured string that forms part of the full output.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
type
-
string
-
-
构造器详细资料
-
CapturedString
CapturedString(OutputCapture.Type type, String string)
-
-
方法详细资料
-
getType
OutputCapture.Type getType() -
toString
-