org.kuali.student.lum.statement.service.impl
Class TestStatementServiceImplForProgram

java.lang.Object
  extended by org.kuali.student.lum.statement.service.impl.TestStatementServiceImplForProgram

@ContextConfiguration(locations="classpath:statement-additional-context.xml")
public class TestStatementServiceImplForProgram
extends Object


Field Summary
 StatementService statementService
           
 
Constructor Summary
TestStatementServiceImplForProgram()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statementService

@Autowired
public StatementService statementService
Constructor Detail

TestStatementServiceImplForProgram

public TestStatementServiceImplForProgram()
Method Detail

beforeClass

public static void beforeClass()

testTranslateReqComponent_Completed1ofProgram

public void testTranslateReqComponent_Completed1ofProgram()
                                                   throws DoesNotExistException,
                                                          InvalidParameterException,
                                                          MissingParameterException,
                                                          OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.completed.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_Completed2ofProgram

public void testTranslateReqComponent_Completed2ofProgram()
                                                   throws DoesNotExistException,
                                                          InvalidParameterException,
                                                          MissingParameterException,
                                                          OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.completed.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_NotCompletedAnyOfProgram

public void testTranslateReqComponent_NotCompletedAnyOfProgram()
                                                        throws DoesNotExistException,
                                                               InvalidParameterException,
                                                               MissingParameterException,
                                                               OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.notcompleted.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_NotCompletedProgram

public void testTranslateReqComponent_NotCompletedProgram()
                                                   throws DoesNotExistException,
                                                          InvalidParameterException,
                                                          MissingParameterException,
                                                          OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.notcompleted.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_CompletedAllProgram

public void testTranslateReqComponent_CompletedAllProgram()
                                                   throws DoesNotExistException,
                                                          InvalidParameterException,
                                                          MissingParameterException,
                                                          OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.completed.all

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_CompletedSingleProgram

public void testTranslateReqComponent_CompletedSingleProgram()
                                                      throws DoesNotExistException,
                                                             InvalidParameterException,
                                                             MissingParameterException,
                                                             OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.completed.all

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_1CourseCompletedFromPrograms

public void testTranslateReqComponent_1CourseCompletedFromPrograms()
                                                            throws DoesNotExistException,
                                                                   InvalidParameterException,
                                                                   MissingParameterException,
                                                                   OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.coursecompleted.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_2CourseCompletedFromPrograms

public void testTranslateReqComponent_2CourseCompletedFromPrograms()
                                                            throws DoesNotExistException,
                                                                   InvalidParameterException,
                                                                   MissingParameterException,
                                                                   OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.coursecompleted.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_2CourseCompletedFrom1Program

public void testTranslateReqComponent_2CourseCompletedFrom1Program()
                                                            throws DoesNotExistException,
                                                                   InvalidParameterException,
                                                                   MissingParameterException,
                                                                   OperationFailedException
Requirement component type: kuali.reqComponent.type.program.programset.coursecompleted.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_admittedCreditsProgram

public void testTranslateReqComponent_admittedCreditsProgram()
                                                      throws DoesNotExistException,
                                                             InvalidParameterException,
                                                             MissingParameterException,
                                                             OperationFailedException
Requirement component type: kuali.reqComponent.type.program.admitted.credits

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_minTotalCredits_1Credit

public void testTranslateReqComponent_minTotalCredits_1Credit()
                                                       throws DoesNotExistException,
                                                              InvalidParameterException,
                                                              MissingParameterException,
                                                              OperationFailedException
Requirement component type: kuali.reqComponent.type.program.credits.min

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_minTotalCredits_120Credits

public void testTranslateReqComponent_minTotalCredits_120Credits()
                                                          throws DoesNotExistException,
                                                                 InvalidParameterException,
                                                                 MissingParameterException,
                                                                 OperationFailedException
Requirement component type: kuali.reqComponent.type.program.credits.min

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_maxTotalCredits_130Credits

public void testTranslateReqComponent_maxTotalCredits_130Credits()
                                                          throws DoesNotExistException,
                                                                 InvalidParameterException,
                                                                 MissingParameterException,
                                                                 OperationFailedException
Requirement component type: kuali.reqComponent.type.program.credits.max

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_CompletionDuration_10Credits

public void testTranslateReqComponent_CompletionDuration_10Credits()
                                                            throws DoesNotExistException,
                                                                   InvalidParameterException,
                                                                   MissingParameterException,
                                                                   OperationFailedException
Requirement component type: kuali.reqComponent.type.program.completion.duration

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_CandidateStatusDuration_3Credits

public void testTranslateReqComponent_CandidateStatusDuration_3Credits()
                                                                throws DoesNotExistException,
                                                                       InvalidParameterException,
                                                                       MissingParameterException,
                                                                       OperationFailedException
Requirement component type: kuali.reqComponent.type.program.candidate.status.duration

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_CompletionDurationAfterEntry_3Credits

public void testTranslateReqComponent_CompletionDurationAfterEntry_3Credits()
                                                                     throws DoesNotExistException,
                                                                            InvalidParameterException,
                                                                            MissingParameterException,
                                                                            OperationFailedException
Requirement component type: kuali.reqComponent.type.program.completion.duration.afterentry

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateStatementTree

public void testTranslateStatementTree()
                                throws DoesNotExistException,
                                       InvalidParameterException,
                                       MissingParameterException,
                                       OperationFailedException
Statement type: kuali.statement.type.program.entrance

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_kuali_reqComponent_type_program_residence_credits_final

public void testTranslateReqComponent_kuali_reqComponent_type_program_residence_credits_final()
                                                                                       throws DoesNotExistException,
                                                                                              InvalidParameterException,
                                                                                              MissingParameterException,
                                                                                              OperationFailedException
Requirement component type: kuali.reqComponent.type.program.residence.credits.final

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_kuali_reqComponent_type_program_enrolled_credits_final

public void testTranslateReqComponent_kuali_reqComponent_type_program_enrolled_credits_final()
                                                                                      throws DoesNotExistException,
                                                                                             InvalidParameterException,
                                                                                             MissingParameterException,
                                                                                             OperationFailedException
Requirement component type: kuali.reqComponent.type.program.enrolled.credits.final

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_kuali_reqComponent_type_program_minors_nof

public void testTranslateReqComponent_kuali_reqComponent_type_program_minors_nof()
                                                                          throws DoesNotExistException,
                                                                                 InvalidParameterException,
                                                                                 MissingParameterException,
                                                                                 OperationFailedException
Requirement component type: kuali.reqComponent.type.program.minors.nof

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testTranslateReqComponent_kuali_reqComponent_type_program_minor_admitted_classstanding

public void testTranslateReqComponent_kuali_reqComponent_type_program_minor_admitted_classstanding()
                                                                                            throws DoesNotExistException,
                                                                                                   InvalidParameterException,
                                                                                                   MissingParameterException,
                                                                                                   OperationFailedException
Requirement component type: kuali.reqComponent.type.program.minor.admitted.classstanding

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_course_courseset_completed_max

public void testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_course_courseset_completed_max()
                                                                                                      throws DoesNotExistException,
                                                                                                             InvalidParameterException,
                                                                                                             MissingParameterException,
                                                                                                             OperationFailedException
Requirement component type: kuali.reqComponent.type.course.courseset.completed.max

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_cumulative_gpa_min

public void testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_cumulative_gpa_min()
                                                                                                  throws DoesNotExistException,
                                                                                                         InvalidParameterException,
                                                                                                         MissingParameterException,
                                                                                                         OperationFailedException
Requirement component type: kuali.reqComponent.type.program.cumulative.gpa.min

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_duration_gpa_min

public void testGetNaturalLanguageForReqComponentType_kuali_reqComponent_type_program_duration_gpa_min()
                                                                                                throws DoesNotExistException,
                                                                                                       InvalidParameterException,
                                                                                                       MissingParameterException,
                                                                                                       OperationFailedException
Requirement component type: kuali.reqComponent.type.program.duration.gpa.min

Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.