|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
RemoteCacheListenerOptimisticTest.java | - | 100% | 100% | 100% |
|
1 | package org.jboss.cache.notifications; | |
2 | ||
3 | /** | |
4 | * optimistic counterpart of {@link org.jboss.cache.notifications.RemoteCacheListenerTest} | |
5 | * | |
6 | * @author <a href="mailto:manik@jboss.org">Manik Surtani</a> | |
7 | * @since 2.0.0 | |
8 | */ | |
9 | public class RemoteCacheListenerOptimisticTest extends RemoteCacheListenerTest | |
10 | { | |
11 | 6 | public RemoteCacheListenerOptimisticTest() |
12 | { | |
13 | 6 | optLocking = true; |
14 | } | |
15 | } |
|