Clover Coverage Report - KS Contract Documentation Generator 0.0.1-SNAPSHOT
Coverage timestamp: Wed Dec 31 1969 19:00:00 EST
0   14   0   -
0   5   -   0
0     -  
1    
 
  HasAttributesAndMeta       Line # 10 0 - 0 0 - -1.0
 
No Tests
 
1    /**
2    *
3    */
4    package org.kuali.student.contract.model.test.source;
5   
6    /**
7    * @author jimt
8    */
9   
 
10    public interface HasAttributesAndMeta
11    extends HasAttributes,
12    HasMeta {
13   
14    }