Package org.guvnor.test
Class GuvnorTestAppSetup
- java.lang.Object
-
- org.guvnor.test.GuvnorTestAppSetup
-
-
Field Summary
Fields Modifier and Type Field Description static org.uberfire.io.IOServiceDEFAULT_IO_SERVICEstatic org.uberfire.io.IOServiceioService
-
Constructor Summary
Constructors Constructor Description GuvnorTestAppSetup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.io.IOServiceioService()org.uberfire.ext.metadata.backend.lucene.LuceneConfigluceneConfig()static voidreset()org.uberfire.rpc.SessionInfosessionInfo()
-
-
-
Method Detail
-
ioService
@Produces @Named("ioStrategy") public org.uberfire.io.IOService ioService()
-
sessionInfo
@Produces @Alternative public org.uberfire.rpc.SessionInfo sessionInfo()
-
luceneConfig
@Produces @Named("luceneConfig") public org.uberfire.ext.metadata.backend.lucene.LuceneConfig luceneConfig()
-
reset
public static void reset()
-
-