Uses of Class
com.carrotsearch.randomizedtesting.annotations.SuppressForbidden
-
-
Uses of SuppressForbidden in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with annotations of type SuppressForbidden Modifier and Type Method Description private void
JUnit4. checkJvmOutput(com.google.common.eventbus.EventBus aggregatedBus, java.nio.file.Path file, ForkedJvmInfo forked, java.lang.String fileName)
private org.apache.tools.ant.taskdefs.Execute
JUnit4. forkProcess(ForkedJvmInfo slaveInfo, com.google.common.eventbus.EventBus eventBus, org.apache.tools.ant.types.CommandlineJava commandline, java.io.InputStream eventStream, java.io.OutputStream sysout, java.io.OutputStream syserr, java.io.RandomAccessFile streamsBuffer)
Execute a slave process. -
Uses of SuppressForbidden in com.carrotsearch.ant.tasks.junit4.listeners
Methods in com.carrotsearch.ant.tasks.junit4.listeners with annotations of type SuppressForbidden Modifier and Type Method Description void
TextReport. setOuter(JUnit4 task)
Initialization by container taskJUnit4
. -
Uses of SuppressForbidden in com.carrotsearch.ant.tasks.junit4.listeners.json
Methods in com.carrotsearch.ant.tasks.junit4.listeners.json with annotations of type SuppressForbidden Modifier and Type Method Description void
JsonReport. onSuiteResult(AggregatedSuiteResultEvent e)
Emit information about a single suite and all of its tests. -
Uses of SuppressForbidden in com.carrotsearch.ant.tasks.junit4.slave
Classes in com.carrotsearch.ant.tasks.junit4.slave with annotations of type SuppressForbidden Modifier and Type Class Description class
SlaveMainSafe
Methods in com.carrotsearch.ant.tasks.junit4.slave with annotations of type SuppressForbidden Modifier and Type Method Description protected void
StreamFlusherDecorator. before()
private static void
SlaveMain. redirectStreams(Serializer serializer, boolean flushFrequently)
Redirect standard streams so that the output can be passed to listeners.static void
SlaveMain. warn(java.lang.String message, java.lang.Throwable t)
Warning emitter. -
Uses of SuppressForbidden in com.carrotsearch.ant.tasks.junit4.tools
Classes in com.carrotsearch.ant.tasks.junit4.tools with annotations of type SuppressForbidden Modifier and Type Class Description class
DumpStreamsFromEventStream
-
Uses of SuppressForbidden in com.carrotsearch.randomizedtesting.listeners
Methods in com.carrotsearch.randomizedtesting.listeners with annotations of type SuppressForbidden Modifier and Type Method Description void
ReproduceInfoPrinter. testFailure(org.junit.runner.notification.Failure failure)
-
Uses of SuppressForbidden in com.carrotsearch.randomizedtesting.rules
Methods in com.carrotsearch.randomizedtesting.rules with annotations of type SuppressForbidden Modifier and Type Method Description protected void
RequireAssertionsRule. before()
-