2016/02/07 - Apache Onami has been retired.
For more information, please explore the
Attic
.
Apache Onami-SPI
Package Index
|
Class Index
org.apache.onami.spi.modules
org.apache.onami.spi.services
Interfaces
AcmeService
Classes
AcmeServiceImpl1
AcmeServiceImpl2
GuiceServiceLoaderTestCase
GuiceServiceLoaderTestCase.AcmeModule
Package Index
|
Class Index
Summary:
Nested Classes
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public final class
GuiceServiceLoaderTestCase
extends
Object
java.lang.Object
↳
org.apache.onami.spi.modules.GuiceServiceLoaderTestCase
Summary
Nested Classes
class
GuiceServiceLoaderTestCase.AcmeModule
Public Constructors
GuiceServiceLoaderTestCase
()
Public Methods
static Module
createTestModule
()
void
setAcmeService
(
AcmeService
acmeService)
void
verifyRightModulesWereLoaded
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
GuiceServiceLoaderTestCase
()
Public Methods
public static Module
createTestModule
()
public void
setAcmeService
(
AcmeService
acmeService)
public void
verifyRightModulesWereLoaded
()