DATACASS-115 - Added @author to modified test classes.
This commit is contained in:
@@ -36,6 +36,7 @@ import static org.junit.Assert.assertTrue;
|
||||
*
|
||||
* @author Alex Shvid
|
||||
* @author Matthew T. Adams
|
||||
* @author David Webb
|
||||
*/
|
||||
public class UserRepositoryIntegrationTests {
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
* Base class for Java config tests for {@link UserRepository}.
|
||||
*
|
||||
* @author Matthew T. Adams
|
||||
* @author David Webb
|
||||
*/
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public abstract class UserRepositoryIntegrationTestsDelegator extends
|
||||
|
||||
Reference in New Issue
Block a user