ch.elca.el4j.tests.aspects
Class AbstractInvokationTests

java.lang.Object
  extended by ch.elca.el4j.tests.aspects.AbstractInvokationTests
Direct Known Subclasses:
InvokationWithoutTrJ5ATest, InvokationWithTrJ5ATest

Abstract test case for aspects tests.

Author:
Martin Zeltner (MZE), Reynald Borer (RBR)
File-location:
AbstractInvokationTests
Last check-in date:
2010-12-21 11:51:55 +0100 (Di, 21. Dez 2010) by swismer for revision 4255

Field Summary
protected  Service myService
          Test service.
private static org.slf4j.Logger s_logger
          Private logger.
 
Constructor Summary
AbstractInvokationTests()
           
 
Method Summary
protected  void commonDoubleInvokationTest()
          Tests the double invokation problem.
protected  void reportAspectInformation(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_logger

private static final org.slf4j.Logger s_logger
Private logger.


myService

protected Service myService
Test service.

Constructor Detail

AbstractInvokationTests

public AbstractInvokationTests()
Method Detail

reportAspectInformation

protected void reportAspectInformation(Object o)
Parameters:
o - Is the object to report aspect infos of it.

commonDoubleInvokationTest

protected void commonDoubleInvokationTest()
Tests the double invokation problem.



Copyright © 2005-2011 ELCA. All Rights Reserved.