EMMA Coverage Report (generated Thu Jan 20 11:39:44 EST 2011)
[all classes][com.hammurapi.eventbus.tests.familyties]

COVERAGE SUMMARY FOR SOURCE FILE [FamilyTiesDispatchNetworkDotSnapshot.java]

nameclass, %method, %block, %line, %
FamilyTiesDispatchNetworkDotSnapshot.java100% (1/1)100% (1/1)100% (4/4)100% (2/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class FamilyTiesDispatchNetworkDotSnapshot100% (1/1)100% (1/1)100% (4/4)100% (2/2)
FamilyTiesDispatchNetworkDotSnapshot (File): void 100% (1/1)100% (4/4)100% (2/2)

1package com.hammurapi.eventbus.tests.familyties;
2 
3import java.io.File;
4 
5import com.hammurapi.eventbus.AbstractEventBus;
6import com.hammurapi.eventbus.DispatchNetworkDotSnapshot;
7 
8public 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