Uses of Class
org.powermock.classloading.spi.DoNotClone
-
Packages that use DoNotClone Package Description org.powermock.classloading org.powermock.modules.junit4.rule -
-
Uses of DoNotClone in org.powermock.classloading
Fields in org.powermock.classloading with annotations of type DoNotClone Modifier and Type Field Description private java.lang.ClassLoader
SingleClassloaderExecutor. classloader
Fields in org.powermock.classloading with type parameters of type DoNotClone Modifier and Type Field Description private java.lang.Class<DoNotClone>
DeepCloner. doNotClone
Methods in org.powermock.classloading that return types with arguments of type DoNotClone Modifier and Type Method Description private java.lang.Class<DoNotClone>
DeepCloner. getDoNotClone(java.lang.ClassLoader targetCL)
-
Uses of DoNotClone in org.powermock.modules.junit4.rule
Fields in org.powermock.modules.junit4.rule with annotations of type DoNotClone Modifier and Type Field Description private static TestSuiteChunker
PowerMockRule. testSuiteChunker
-