public class ProjectComponentStoreTester extends Object
Modifier and Type | Field and Description |
---|---|
static Long |
COMPONENT_ID_NOT_STORED |
static String |
NO_SUCH_NAME |
static Long |
PROJECT_ID_1 |
static Long |
PROJECT_ID_2 |
Constructor and Description |
---|
ProjectComponentStoreTester(ProjectComponentStore store) |
Modifier and Type | Method and Description |
---|---|
void |
testContainsName() |
void |
testDelete() |
void |
testDeleteAll() |
void |
testFind() |
void |
testFindAllForProject() |
void |
testFindByComponentName() |
void |
testFindProjectIdForComponent() |
void |
testUpdate() |
public static final String NO_SUCH_NAME
public static final Long PROJECT_ID_1
public static final Long PROJECT_ID_2
public static final Long COMPONENT_ID_NOT_STORED
public ProjectComponentStoreTester(ProjectComponentStore store)
public void testFind()
public void testFindAllForProject()
public void testFindByComponentName()
public void testFindProjectIdForComponent()
public void testDelete()
public void testDeleteAll()
public void testUpdate()
public void testContainsName()
Copyright © 2002-2023 Atlassian. All Rights Reserved.