Changeset 22 for events/src/test/java/actions/PartyIdTest.java
- Timestamp:
- 09/22/20 16:26:36 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
events/src/test/java/actions/PartyIdTest.java
r1 r22 26 26 } 27 27 28 @SuppressWarnings("unused") 28 29 @Test(expected = IllegalArgumentException.class) 29 30 public void testRestrictions() { … … 31 32 } 32 33 34 @SuppressWarnings("unused") 33 35 @Test(expected = IllegalArgumentException.class) 34 36 public void testRestrictions2() { … … 36 38 } 37 39 40 @SuppressWarnings("unused") 38 41 @Test(expected = IllegalArgumentException.class) 39 42 public void testRestrictions3() { … … 41 44 } 42 45 46 @SuppressWarnings("unused") 43 47 @Test(expected = IllegalArgumentException.class) 44 48 public void testRestrictions4() { … … 46 50 } 47 51 52 @SuppressWarnings("unused") 48 53 @Test(expected = IllegalArgumentException.class) 49 54 public void testRestrictions5() { … … 56 61 } 57 62 63 @SuppressWarnings("unused") 58 64 @Test 59 65 public void testRestrictions6() { … … 61 67 } 62 68 69 @SuppressWarnings("unused") 63 70 @Test 64 71 public void testRestrictions7() {
Note:
See TracChangeset
for help on using the changeset viewer.