Coverage Report - org.kuali.student.mock.utilities.TestHelper
 
Classes in this File Line Coverage Branch Coverage Complexity
TestHelper
0%
0/3
N/A
1
 
 1  
 package org.kuali.student.mock.utilities;
 2  
 
 3  
 import org.kuali.student.r2.common.dto.ContextInfo;
 4  
 
 5  0
 public class TestHelper {
 6  
     public static ContextInfo getContext1() {
 7  0
         return ContextInfo.getInstance("principalId.1", "en", "us");
 8  
     }
 9  
 
 10  
     public static ContextInfo getContext2() {
 11  0
         return ContextInfo.getInstance("principalId.2", "fr", "ca");
 12  
     }
 13  
 }