Coverage Report - biz.xsoftware.impl.mock.Action
 
Classes in this File Line Coverage Branch Coverage Complexity
Action
N/A
N/A
1
 
 1  
 package biz.xsoftware.impl.mock;
 2  
 
 3  
 
 4  
 public interface Action {
 5  
         public Object execute(Object[] args) throws Throwable;
 6  
 }