1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Renamed **/Test.java to **/Tests.java to better follow conventions

This commit is contained in:
Rob Winch
2011-12-28 17:05:46 -06:00
parent aabb16912f
commit 8ca2927761
7 changed files with 19 additions and 19 deletions
@@ -13,7 +13,7 @@ import java.util.*;
* @author Ruud Senden
*/
@SuppressWarnings("unchecked")
public class MapBasedAttributes2GrantedAuthoritiesMapperTest {
public class MapBasedAttributes2GrantedAuthoritiesMapperTests {
@Test(expected=IllegalArgumentException.class)
public void testAfterPropertiesSetNoMap() throws Exception {