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

COVERAGE SUMMARY FOR SOURCE FILE [FamilyTiesIntrospector.java]

nameclass, %method, %block, %line, %
FamilyTiesIntrospector.java100% (1/1)100% (1/1)100% (5/5)100% (2/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class FamilyTiesIntrospector100% (1/1)100% (1/1)100% (5/5)100% (2/2)
FamilyTiesIntrospector (ClassLoader, TokenExpander): void 100% (1/1)100% (5/5)100% (2/2)

1package com.hammurapi.eventbus.tests.familyties;
2 
3import com.hammurapi.common.TokenExpander;
4import com.hammurapi.eventbus.AbstractEventBus;
5import com.hammurapi.eventbus.Introspector;
6 
7/**
8 * Domain specific introspector with bound generic parameters.
9 */
10public class FamilyTiesIntrospector extends Introspector<com.hammurapi.eventbus.tests.familyties.model.Relative, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, Long, AbstractEventBus.Handle<com.hammurapi.eventbus.tests.familyties.model.Relative,Integer,com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules,Long>, FamilyTiesEventStore, FamilyTiesEventBus> {
11 
12        public FamilyTiesIntrospector(ClassLoader classLoader, TokenExpander tokenExpander) {
13                super(classLoader, tokenExpander);
14        }
15 
16}

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