Package | Description |
---|---|
org.apache.commons.latka | |
org.apache.commons.latka.event | |
org.apache.commons.latka.jelly | |
org.apache.commons.latka.junit |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReporter
The base class for several 'reporters'.
|
class |
DefaultLatkaEventInfo
The base class for several 'reporters'.
|
class |
XMLReporter
This LatkaEventListener will generate an XML report
of all tests run during an Latka XML suite.
|
Modifier and Type | Field and Description |
---|---|
protected LatkaEventListener |
DefaultLatkaEventInfo._listener |
Modifier and Type | Method and Description |
---|---|
void |
Latka.runTests(Suite suite,
LatkaEventListener listener)
Execute a single Latka test suite.
|
Constructor and Description |
---|
DefaultLatkaEventInfo(LatkaEventListener listener) |
Modifier and Type | Interface and Description |
---|---|
interface |
LatkaEventInfo
An extension to LatkaEventListener that stores the success or
failure of all requests.
|
Modifier and Type | Class and Description |
---|---|
class |
LatkaEventPublisher
A
LatkaEventListener that publishes the incoming events to other
listeners |
Modifier and Type | Method and Description |
---|---|
void |
LatkaEventPublisher.addListener(LatkaEventListener listener)
add a
LatkaEventListener to the list of publishees. |
protected void |
LatkaEventPublisher.broadcastEvent(LatkaEvent event,
LatkaEventListener listener)
Send the provided event to the provided listener
|
Modifier and Type | Method and Description |
---|---|
LatkaEventListener |
JellyUtils.getLatkaEventListener(org.apache.commons.jelly.JellyContext context)
Return the LatkaEventListener for the context,
or null if none has been set
|
Modifier and Type | Method and Description |
---|---|
void |
JellyUtils.setLatkaEventListener(org.apache.commons.jelly.JellyContext context,
LatkaEventListener listener)
Provide a LatkaEventListener object.
|
Modifier and Type | Class and Description |
---|---|
class |
JUnitEventReporter
A Latka reporter that takes the various latka events and adapts them into
JUnit Tests.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.