Class ProjectComponentStoreTester

java.lang.Object
com.atlassian.jira.bc.project.component.ProjectComponentStoreTester

public class ProjectComponentStoreTester extends Object
  • Field Details

    • NO_SUCH_NAME

      public static final String NO_SUCH_NAME
      See Also:
    • PROJECT_ID_1

      public static final Long PROJECT_ID_1
    • PROJECT_ID_2

      public static final Long PROJECT_ID_2
    • COMPONENT_ID_NOT_STORED

      public static final Long COMPONENT_ID_NOT_STORED
  • Constructor Details

  • Method Details

    • testFind

      public void testFind()
    • testFindAllForProject

      public void testFindAllForProject()
    • testFindByComponentName

      public void testFindByComponentName()
    • testFindProjectIdForComponent

      public void testFindProjectIdForComponent()
    • testDelete

      public void testDelete()
    • testDeleteAll

      public void testDeleteAll()
    • testUpdate

      public void testUpdate()
    • testContainsName

      public void testContainsName()