| EMMA Coverage Report (generated Thu Jan 20 11:39:44 EST 2011) |
|---|
| [all classes][com.hammurapi.eventbus.tests.familyties] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| FamilyTiesDispatchNetworkDotSnapshot.java | 100% (1/1) | 100% (1/1) | 100% (4/4) | 100% (2/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class FamilyTiesDispatchNetworkDotSnapshot | 100% (1/1) | 100% (1/1) | 100% (4/4) | 100% (2/2) |
| FamilyTiesDispatchNetworkDotSnapshot (File): void | 100% (1/1) | 100% (4/4) | 100% (2/2) |
| 1 | package com.hammurapi.eventbus.tests.familyties; |
| 2 | |
| 3 | import java.io.File; |
| 4 | |
| 5 | import com.hammurapi.eventbus.AbstractEventBus; |
| 6 | import com.hammurapi.eventbus.DispatchNetworkDotSnapshot; |
| 7 | |
| 8 | public class FamilyTiesDispatchNetworkDotSnapshot extends DispatchNetworkDotSnapshot<com.hammurapi.eventbus.tests.familyties.model.Relative, java.lang.Integer, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, Long, AbstractEventBus.Handle<com.hammurapi.eventbus.tests.familyties.model.Relative, java.lang.Integer, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, Long>, FamilyTiesEventStore> { |
| 9 | |
| 10 | public FamilyTiesDispatchNetworkDotSnapshot(File out) { |
| 11 | super(out); |
| 12 | } |
| 13 | |
| 14 | } |
| [all classes][com.hammurapi.eventbus.tests.familyties] |
| EMMA 2.0.5312 EclEmma Fix 2 (C) Vladimir Roubtsov |