Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

  • Given a patron attempt the ValidatePatronTransition attempts to resolveHomeLibraryCodeFromSystemToAgencyCode

  • When return chain completes with empty

  • Then throwNoAgencyFoundException :

    Code Block
    NoAgencyFoundException(
      "Unable to resolve patron home library code(" + systemCode + "/" + homeLibraryCode + ") to an agency")

  • Given a patron attempt the ValidatePatronTransition attempts to findOneAgencyByCode

  • When return chain completes with empty

  • Then throwNoAgencyFoundException :

    Code Block
    NoAgencyFoundException("No agency found with code: " + code)

...