|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
OptimisticNotificationTest.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.jmx; | |
8 | ||
9 | ||
10 | /** | |
11 | * @author <a href="mailto:manik@jboss.org">Manik Surtani (manik@jboss.org)</a> | |
12 | */ | |
13 | public class OptimisticNotificationTest extends NotificationTest | |
14 | { | |
15 | 4 | public OptimisticNotificationTest() |
16 | { | |
17 | 4 | optimistic = true; |
18 | } | |
19 | } |
|