Uses of Class
com.carrotsearch.ant.tasks.junit4.events.BootstrapEvent
-
Packages that use BootstrapEvent Package Description com.carrotsearch.ant.tasks.junit4 -
-
Uses of BootstrapEvent in com.carrotsearch.ant.tasks.junit4
Fields in com.carrotsearch.ant.tasks.junit4 declared as BootstrapEvent Modifier and Type Field Description private BootstrapEvent
ForkedJvmInfo. bootstrapEvent
Bootstrap event.Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type BootstrapEvent Modifier and Type Method Description void
DiagnosticsListener. receiveBootstrap(BootstrapEvent e)
(package private) void
ForkedJvmInfo. setBootstrapEvent(BootstrapEvent e)
Set the bootstrap event associated with this slave.
-