org.jboss.seam.jcr.events
Class JcrCDIEventListenerTest

java.lang.Object
  extended by org.jboss.seam.jcr.events.JcrCDIEventListenerTest
Direct Known Subclasses:
JcrCDIEventListenerJackrabbitTest, JcrCDIEventListenerModeshapeTest

public abstract class JcrCDIEventListenerTest
extends Object

Test case for JcrCDIEventListener

Author:
George Gastaldi

Constructor Summary
JcrCDIEventListenerTest()
           
 
Method Summary
 void cleanUp()
           
protected  boolean isJackrabbit()
           
 void testOnEventAdded()
           
static org.jboss.shrinkwrap.api.spec.WebArchive updateArchive(org.jboss.shrinkwrap.api.spec.WebArchive archive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrCDIEventListenerTest

public JcrCDIEventListenerTest()
Method Detail

updateArchive

public static org.jboss.shrinkwrap.api.spec.WebArchive updateArchive(org.jboss.shrinkwrap.api.spec.WebArchive archive)

isJackrabbit

protected boolean isJackrabbit()

testOnEventAdded

public void testOnEventAdded()
                      throws javax.jcr.RepositoryException,
                             InterruptedException
Throws:
javax.jcr.RepositoryException
InterruptedException

cleanUp

public void cleanUp()
             throws Exception
Throws:
Exception


Copyright © 2011 Seam Framework. All Rights Reserved.