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 voidJUnit4. checkJvmOutput(com.google.common.eventbus.EventBus aggregatedBus, java.nio.file.Path file, ForkedJvmInfo forked, java.lang.String fileName)private org.apache.tools.ant.taskdefs.ExecuteJUnit4. 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 voidTextReport. 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 voidJsonReport. 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 classSlaveMainSafeMethods in com.carrotsearch.ant.tasks.junit4.slave with annotations of type SuppressForbidden Modifier and Type Method Description protected voidStreamFlusherDecorator. before()private static voidSlaveMain. redirectStreams(Serializer serializer, boolean flushFrequently)Redirect standard streams so that the output can be passed to listeners.static voidSlaveMain. 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 classDumpStreamsFromEventStream -
Uses of SuppressForbidden in com.carrotsearch.randomizedtesting.listeners
Methods in com.carrotsearch.randomizedtesting.listeners with annotations of type SuppressForbidden Modifier and Type Method Description voidReproduceInfoPrinter. 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 voidRequireAssertionsRule. before()
-