Uses of Interface
org.spockframework.runtime.condition.IObjectRenderer
Packages that use IObjectRenderer
-
Uses of IObjectRenderer in org.spockframework.runtime
Constructors in org.spockframework.runtime with parameters of type IObjectRendererModifierConstructorDescriptionJUnitSupervisor
(SpecInfo spec, org.junit.runner.notification.RunNotifier notifier, IStackTraceFilter filter, IObjectRenderer<Object> diffedObjectRenderer) -
Uses of IObjectRenderer in org.spockframework.runtime.condition
Subinterfaces of IObjectRenderer in org.spockframework.runtime.conditionClasses in org.spockframework.runtime.condition that implement IObjectRendererModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Methods in org.spockframework.runtime.condition with parameters of type IObjectRendererModifier and TypeMethodDescription<T> void
IObjectRendererService.addRenderer
(Class<T> type, IObjectRenderer<? super T> renderer) <T> void
ObjectRendererService.addRenderer
(Class<T> type, IObjectRenderer<? super T> renderer)