Class ModelScriptsRepositoryIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ModelScriptsRepositoryIntegrationTest extends ServicelayerTransactionalBaseTest
  • Field Details

  • Constructor Details

    • ModelScriptsRepositoryIntegrationTest

      public ModelScriptsRepositoryIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldHandleModelProtocol

      public void shouldHandleModelProtocol() throws Exception
      Throws:
      Exception
    • shouldNotHandleInvalidProtocol

      public void shouldNotHandleInvalidProtocol() throws Exception
      Throws:
      Exception
    • shouldNotHandleNullProtocol

      public void shouldNotHandleNullProtocol() throws Exception
      Throws:
      Exception
    • shouldThrowScriptNotFoundExceptionWhenScriptCannotBeFoundInRepository

      public void shouldThrowScriptNotFoundExceptionWhenScriptCannotBeFoundInRepository() throws Exception
      Throws:
      Exception
    • shouldFindScriptForGivenScriptPathInRepository

      public void shouldFindScriptForGivenScriptPathInRepository() throws Exception
      Throws:
      Exception
    • shouldFindScriptForGivenScriptPathAndRevision

      public void shouldFindScriptForGivenScriptPathAndRevision() throws Exception
      Throws:
      Exception
    • shouldFindActiveScriptForGivenScriptPath_whenMultipleRevisionsExist

      public void shouldFindActiveScriptForGivenScriptPath_whenMultipleRevisionsExist() throws Exception
      Throws:
      Exception
    • shouldFindScriptForGivenScriptPathAndRevision_whenMultipleRevisionsExist

      public void shouldFindScriptForGivenScriptPathAndRevision_whenMultipleRevisionsExist() throws Exception
      Throws:
      Exception
    • shouldFindAllActiveScriptsForGivenType

      public void shouldFindAllActiveScriptsForGivenType()
    • shouldFindAllRevisionsOfScriptForGivenCode

      public void shouldFindAllRevisionsOfScriptForGivenCode()
    • shouldNotSaveScriptWithIllegalName

      public void shouldNotSaveScriptWithIllegalName()