程序包 cn.taketoday.framework.test.system
package cn.taketoday.framework.test.system
Classes for
System-related testing.-
类说明Provides access to
System.outandSystem.erroutput that has been captured by theOutputCaptureExtensionorOutputCaptureRule.Provides support for capturingSystem.outandSystem.err.Save, disable and restore AnsiOutput without it needing to be on the classpath.A captured string that forms part of the full output.AnOutputStreamimplementation that captures written strings.APrintStreamimplementation that captures written strings.A capture session that capturesSystem.outandSystem.err.Types of content that can be captured.JUnit@Ruleto capture output from System.out and System.err.