@Test public void testSetDescription() { request.setDescription("The other project description"); assertEquals("The other project description", request.getDescription()); }
@Test public void testGetDescription() { assertEquals("The project description", request.getDescription()); }