Coverage Report - net.sf.cotta.test.assertion.CodeBlock
 
Classes in this File Line Coverage Branch Coverage Complexity
CodeBlock
N/A
N/A
1
 
 1  
 package net.sf.cotta.test.assertion;
 2  
 
 3  
 public interface CodeBlock {
 4  
   public void execute() throws Exception;
 5  
 }