|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
CacheListenerOptimisticTest.java | - | 100% | 100% | 100% |
|
1 | /* | |
2 | * JBoss, Home of Professional Open Source | |
3 | * | |
4 | * Distributable under LGPL license. | |
5 | * See terms of license at gnu.org. | |
6 | */ | |
7 | package org.jboss.cache.notifications; | |
8 | ||
9 | public class CacheListenerOptimisticTest extends CacheListenerTest | |
10 | { | |
11 | 6 | public CacheListenerOptimisticTest(String s) |
12 | { | |
13 | 6 | super(s); |
14 | 6 | optLocking = true; |
15 | } | |
16 | } |
|