Project

General

Profile

« Previous | Next » 

Revision 45488

using updated mockito version

View differences:

AbstractSubscriptionRegistryTest.java
1 1
package eu.dnetlib.enabling.is.sn;
2 2

  
3
import static org.junit.Assert.*; // NOPMD
4

  
3
import java.util.Arrays;
5 4
import java.util.Collection;
6 5

  
7 6
import org.junit.Before;
8 7
import org.junit.Test;
9 8

  
10
import java.util.Arrays;
9
import static org.junit.Assert.assertNotNull;
10
import static org.junit.Assert.assertNull;
11 11

  
12 12
/**
13 13
 * abstract subscription registry test.
......
35 35
			protected Collection<String> getAcceptedPrefixes() {
36 36
				return Arrays.asList(new String[] { "CREATE", "DELETE", "UPDATE", "DEEP/SUB" });
37 37
			}
38

  
39 38
		};
40

  
41 39
	}
42 40

  
43 41
	/**

Also available in: Unified diff