|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
PFERPessimisticReplSyncTest.java | - | 100% | 100% | 100% |
|
1 | package org.jboss.cache.api.pfer; | |
2 | ||
3 | import org.jboss.cache.config.Configuration; | |
4 | ||
5 | public class PFERPessimisticReplSyncTest extends PutForExternalReadTestBase | |
6 | { | |
7 | 5 | public PFERPessimisticReplSyncTest() |
8 | { | |
9 | 5 | optimistic = false; |
10 | 5 | cacheMode = Configuration.CacheMode.REPL_SYNC; |
11 | } | |
12 | } |
|