Package io.quarkus.arc.impl
Interface Mockable
-
public interface MockableAn interface implemented by mockable components when running in test mode.This allows normal scoped beans to be easily mocked for tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidarc$clearMock()voidarc$setMock(Object instance)
-
-
-
Method Detail
-
arc$setMock
void arc$setMock(Object instance)
-
arc$clearMock
void arc$clearMock()
-
-