@ContextConfiguration(locations="classpath:statement-additional-context.xml") public class TestStatementServiceImplForProgram extends Object
Modifier and Type | Field and Description |
---|---|
StatementService |
statementService |
Constructor and Description |
---|
TestStatementServiceImplForProgram() |
Modifier and Type | Method and Description |
---|---|
static void |
beforeClass() |
void |
testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_course_courseset_completed_max()
Requirement component type: kuali.reqComponent.type.course.courseset.completed.max
|
void |
testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_cumulative_gpa_min()
Requirement component type: kuali.reqComponent.type.program.cumulative.gpa.min
|
void |
testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_duration_gpa_min()
Requirement component type: kuali.reqComponent.type.program.duration.gpa.min
|
void |
testTranslateReqComponent_1CourseCompletedFromPrograms()
Requirement component type: kuali.reqComponent.type.program.programset.coursecompleted.nof
|
void |
testTranslateReqComponent_2CourseCompletedFrom1Program()
Requirement component type: kuali.reqComponent.type.program.programset.coursecompleted.nof
|
void |
testTranslateReqComponent_2CourseCompletedFromPrograms()
Requirement component type: kuali.reqComponent.type.program.programset.coursecompleted.nof
|
void |
testTranslateReqComponent_admittedCreditsProgram()
Requirement component type: kuali.reqComponent.type.program.admitted.credits
|
void |
testTranslateReqComponent_CandidateStatusDuration_3Credits()
Requirement component type: kuali.reqComponent.type.program.candidate.status.duration
|
void |
testTranslateReqComponent_Completed1ofProgram()
Requirement component type: kuali.reqComponent.type.program.programset.completed.nof
|
void |
testTranslateReqComponent_Completed2ofProgram()
Requirement component type: kuali.reqComponent.type.program.programset.completed.nof
|
void |
testTranslateReqComponent_CompletedAllProgram()
Requirement component type: kuali.reqComponent.type.program.programset.completed.all
|
void |
testTranslateReqComponent_CompletedSingleProgram()
Requirement component type: kuali.reqComponent.type.program.programset.completed.all
|
void |
testTranslateReqComponent_CompletionDuration_10Credits()
Requirement component type: kuali.reqComponent.type.program.completion.duration
|
void |
testTranslateReqComponent_CompletionDurationAfterEntry_3Credits()
Requirement component type: kuali.reqComponent.type.program.completion.duration.afterentry
|
void |
testTranslateReqComponent_kuali_reqComponent_type_program_enrolled_credits_final()
Requirement component type: kuali.reqComponent.type.program.enrolled.credits.final
|
void |
testTranslateReqComponent_kuali_reqComponent_type_program_minor_admitted_classstanding()
Requirement component type: kuali.reqComponent.type.program.minor.admitted.classstanding
|
void |
testTranslateReqComponent_kuali_reqComponent_type_program_minors_nof()
Requirement component type: kuali.reqComponent.type.program.minors.nof
|
void |
testTranslateReqComponent_kuali_reqComponent_type_program_residence_credits_final()
Requirement component type: kuali.reqComponent.type.program.residence.credits.final
|
void |
testTranslateReqComponent_maxTotalCredits_130Credits()
Requirement component type: kuali.reqComponent.type.program.credits.max
|
void |
testTranslateReqComponent_minTotalCredits_120Credits()
Requirement component type: kuali.reqComponent.type.program.credits.min
|
void |
testTranslateReqComponent_minTotalCredits_1Credit()
Requirement component type: kuali.reqComponent.type.program.credits.min
|
void |
testTranslateReqComponent_NotCompletedAnyOfProgram()
Requirement component type: kuali.reqComponent.type.program.programset.notcompleted.nof
|
void |
testTranslateReqComponent_NotCompletedProgram()
Requirement component type: kuali.reqComponent.type.program.programset.notcompleted.nof
|
void |
testTranslateStatementTree()
Statement type: kuali.statement.type.program.entrance
|
@Autowired public StatementService statementService
public TestStatementServiceImplForProgram()
public static void beforeClass()
public void testTranslateReqComponent_Completed1ofProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_Completed2ofProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_NotCompletedAnyOfProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_NotCompletedProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_CompletedAllProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_CompletedSingleProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_1CourseCompletedFromPrograms() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_2CourseCompletedFromPrograms() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_2CourseCompletedFrom1Program() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_admittedCreditsProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_minTotalCredits_1Credit() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_minTotalCredits_120Credits() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_maxTotalCredits_130Credits() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_CompletionDuration_10Credits() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_CandidateStatusDuration_3Credits() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_CompletionDurationAfterEntry_3Credits() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateStatementTree() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_kuali_reqComponent_type_program_residence_credits_final() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_kuali_reqComponent_type_program_enrolled_credits_final() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_kuali_reqComponent_type_program_minors_nof() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testTranslateReqComponent_kuali_reqComponent_type_program_minor_admitted_classstanding() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_course_courseset_completed_max() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_cumulative_gpa_min() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
public void testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_duration_gpa_min() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.