Uses of Class
com.carrotsearch.randomizedtesting.RandomizedRunner.UncaughtException
-
Packages that use RandomizedRunner.UncaughtException Package Description com.carrotsearch.randomizedtesting -
-
Uses of RandomizedRunner.UncaughtException in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting with type parameters of type RandomizedRunner.UncaughtException Modifier and Type Field Description private java.util.ArrayList<RandomizedRunner.UncaughtException>
RandomizedRunner.QueueUncaughtExceptionsHandler. uncaughtExceptions
Methods in com.carrotsearch.randomizedtesting that return types with arguments of type RandomizedRunner.UncaughtException Modifier and Type Method Description java.util.List<RandomizedRunner.UncaughtException>
RandomizedRunner.QueueUncaughtExceptionsHandler. getUncaughtAndClear()
Return the current list of uncaught exceptions and clear it.
-