Merge "Add missing @Test annotations"
This commit is contained in:
@@ -140,6 +140,7 @@ public class CreateProjectIT extends AbstractDaemonTest {
|
|||||||
assertEquals(in.parent, project.getParentName());
|
assertEquals(in.parent, project.getParentName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testCreateChildProjectUnderNonExistingParent_UnprocessableEntity()
|
public void testCreateChildProjectUnderNonExistingParent_UnprocessableEntity()
|
||||||
throws IOException {
|
throws IOException {
|
||||||
ProjectInput in = new ProjectInput();
|
ProjectInput in = new ProjectInput();
|
||||||
@@ -166,6 +167,7 @@ public class CreateProjectIT extends AbstractDaemonTest {
|
|||||||
assertProjectOwners(expectedOwnerIds, projectState);
|
assertProjectOwners(expectedOwnerIds, projectState);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testCreateProjectWithNonExistingOwner_UnprocessableEntity()
|
public void testCreateProjectWithNonExistingOwner_UnprocessableEntity()
|
||||||
throws IOException {
|
throws IOException {
|
||||||
ProjectInput in = new ProjectInput();
|
ProjectInput in = new ProjectInput();
|
||||||
|
Reference in New Issue
Block a user