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

COVERAGE SUMMARY FOR SOURCE FILE [FamilyTiesEventBus.java]

nameclass, %method, %block, %line, %
FamilyTiesEventBus.java100% (2/2)100% (2/2)100% (10/10)100% (5/5)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class FamilyTiesEventBus100% (1/1)100% (1/1)100% (4/4)100% (2/2)
FamilyTiesEventBus (FamilyTiesEventBus$Config): void 100% (1/1)100% (4/4)100% (2/2)
     
class FamilyTiesEventBus$Config100% (1/1)100% (1/1)100% (6/6)100% (3/3)
FamilyTiesEventBus$Config (): void 100% (1/1)100% (6/6)100% (3/3)

1package com.hammurapi.eventbus.tests.familyties;
2 
3 
4/**
5 * Generated domain-specific event bus.
6 */
7public class FamilyTiesEventBus extends com.hammurapi.eventbus.local.LocalEventBusBase<com.hammurapi.eventbus.tests.familyties.model.Relative,java.lang.Integer,com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules,FamilyTiesEventStore> {
8 
9        public FamilyTiesEventBus(Config config) {
10                super(config);
11        }
12 
13        /**
14         * Event bus configurator.
15         */
16        public static class Config extends com.hammurapi.eventbus.local.LocalEventBusBase.Config<com.hammurapi.eventbus.tests.familyties.model.Relative, java.lang.Integer, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, FamilyTiesEventStore> {
17                
18                public Config() {
19                        setEventType(com.hammurapi.eventbus.tests.familyties.model.Relative.class);
20                }
21        }
22 
23 
24}

[all classes][com.hammurapi.eventbus.tests.familyties]
EMMA 2.0.5312 EclEmma Fix 2 (C) Vladimir Roubtsov