Author: shane.bryzak(a)jboss.com
Date: 2009-03-15 21:39:20 -0400 (Sun, 15 Mar 2009)
New Revision: 2021
Modified:
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/interceptor/InterceptorDefinitionTest.java
Log:
test stub
Modified:
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/interceptor/InterceptorDefinitionTest.java
===================================================================
---
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/interceptor/InterceptorDefinitionTest.java 2009-03-16
01:38:54 UTC (rev 2020)
+++
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/interceptor/InterceptorDefinitionTest.java 2009-03-16
01:39:20 UTC (rev 2021)
@@ -11,16 +11,25 @@
public class InterceptorDefinitionTest
{
- @Test(groups="stub") @SpecAssertion(section="4.2", id =
"ca")
+ @Test(groups="stub")
+ @SpecAssertion(section="4.2", id = "ca")
public void testNonStaticWithInterceptorBindingInherited()
{
assert false;
}
- @Test(groups="stub") @SpecAssertion(section="4.2", id =
"ca")
+ @Test(groups="stub")
+ @SpecAssertion(section="4.2", id = "ca")
public void testNonStaticWithInterceptorBindingBlockedByIntermediateClass()
{
assert false;
}
+ @Test(groups="stub")
+ @SpecAssertion(section = "4.1", id="ac")
+ public void testDirectInheritedClassInheritsInterceptor()
+ {
+ assert false;
+ }
+
}
Show replies by date