package randoopWithoutOracle; import org.junit.FixMethodOrder; import org.junit.Test; import org.junit.runners.MethodSorters; @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class RegressionTest2 { public static boolean debug = false; @Test public void test1001() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1001"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList6); } @Test public void test1002() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1002"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile28 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile29 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile29); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); org.junit.Assert.assertNull(profile28); } @Test public void test1003() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1003"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass21 = commentList20.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(profile19); org.junit.Assert.assertNotNull(commentList20); org.junit.Assert.assertNotNull(wildcardClass21); } @Test public void test1004() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1004"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass20 = comment19.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNull(comment19); } @Test public void test1005() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1005"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile17); } @Test public void test1006() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1006"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList12); } @Test public void test1007() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1007"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); } @Test public void test1008() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1008"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList15); } @Test public void test1009() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1009"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile19 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNull(profile19); } @Test public void test1010() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1010"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(profileList17); } @Test public void test1011() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1011"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile18 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNull(profile18); } @Test public void test1012() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1012"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(comment17); } @Test public void test1013() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1013"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass9 = comment8.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); } @Test public void test1014() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1014"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); java.util.List commentList24 = mapCriticsRepository0.getAllComments(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNotNull(commentList24); } @Test public void test1015() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1015"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass17 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1016() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1016"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNull(comment18); } @Test public void test1017() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1017"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); } @Test public void test1018() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1018"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment6 = mapCriticsRepository0.getComment(""); comments.model.Profile profile7 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile7); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(comment6); } @Test public void test1019() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1019"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1020() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1020"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(commentList18); } @Test public void test1021() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1021"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); java.util.List commentList27 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment28 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment28); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); org.junit.Assert.assertNotNull(commentList27); } @Test public void test1022() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1022"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment6 = mapCriticsRepository0.getComment(""); comments.model.Profile profile8 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(comment6); org.junit.Assert.assertNull(profile8); } @Test public void test1023() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1023"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass19 = commentList18.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1024() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1024"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1025() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1025"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(profileList14); } @Test public void test1026() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1026"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment6 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment7 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment7); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(comment6); } @Test public void test1027() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1027"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass20 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNotNull(wildcardClass20); } @Test public void test1028() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1028"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); } @Test public void test1029() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1029"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNull(comment19); } @Test public void test1030() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1030"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1031() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1031"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1032() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1032"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); } @Test public void test1033() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1033"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(profileList12); } @Test public void test1034() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1034"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); } @Test public void test1035() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1035"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); } @Test public void test1036() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1036"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList4 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList5 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile6 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile6); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList4); org.junit.Assert.assertNotNull(commentList5); } @Test public void test1037() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1037"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList19); } @Test public void test1038() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1038"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass15 = profile14.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile14); } @Test public void test1039() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1039"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); } @Test public void test1040() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1040"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass16 = commentList15.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1041() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1041"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1042() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1042"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment10 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment10); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); } @Test public void test1043() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1043"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass19 = commentList18.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1044() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1044"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass15 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(wildcardClass15); } @Test public void test1045() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1045"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass13 = profileList12.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1046() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1046"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1047() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1047"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1048() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1048"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNull(comment16); } @Test public void test1049() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1049"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment24 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment24); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(commentList19); org.junit.Assert.assertNull(profile23); } @Test public void test1050() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1050"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList22 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment24 = mapCriticsRepository0.getComment(""); comments.model.Comment comment25 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment25); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(profileList22); org.junit.Assert.assertNull(comment24); } @Test public void test1051() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1051"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(commentList15); } @Test public void test1052() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1052"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1053() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1053"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment21 = mapCriticsRepository0.getComment(""); comments.model.Comment comment22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(comment21); } @Test public void test1054() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1054"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(comment16); } @Test public void test1055() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1055"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1056() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1056"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNull(comment16); } @Test public void test1057() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1057"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass19 = comment18.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNull(comment18); } @Test public void test1058() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1058"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(commentList9); } @Test public void test1059() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1059"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(commentList14); } @Test public void test1060() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1060"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass16 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1061() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1061"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(profile12); } @Test public void test1062() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1062"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1063() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1063"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); } @Test public void test1064() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1064"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass15 = profileList14.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(wildcardClass15); } @Test public void test1065() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1065"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass16 = profile15.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); } @Test public void test1066() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1066"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass18 = profileList17.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1067() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1067"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(commentList17); } @Test public void test1068() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1068"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1069() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1069"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment10); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); } @Test public void test1070() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1070"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment6 = mapCriticsRepository0.getComment(""); comments.model.Profile profile8 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(comment6); org.junit.Assert.assertNull(profile8); } @Test public void test1071() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1071"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); comments.model.Profile profile4 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile6 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile7 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile7); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(profile4); org.junit.Assert.assertNull(profile6); } @Test public void test1072() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1072"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(profile19); } @Test public void test1073() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1073"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment12 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment12); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); } @Test public void test1074() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1074"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); } @Test public void test1075() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1075"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList15); } @Test public void test1076() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1076"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList22 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass23 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(profileList22); org.junit.Assert.assertNotNull(wildcardClass23); } @Test public void test1077() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1077"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(commentList17); } @Test public void test1078() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1078"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass10 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList6); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNotNull(wildcardClass10); } @Test public void test1079() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1079"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); } @Test public void test1080() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1080"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNull(profile19); } @Test public void test1081() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1081"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment6 = mapCriticsRepository0.getComment(""); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment8 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment8); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(comment6); org.junit.Assert.assertNotNull(profileList7); } @Test public void test1082() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1082"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment9 = mapCriticsRepository0.getComment(""); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); java.lang.Class wildcardClass13 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1083() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1083"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass16 = profileList15.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1084() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1084"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass16 = comment15.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment15); } @Test public void test1085() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1085"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); } @Test public void test1086() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1086"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList4 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment5 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment5); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNotNull(profileList4); } @Test public void test1087() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1087"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass15 = profileList14.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(wildcardClass15); } @Test public void test1088() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1088"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList15); } @Test public void test1089() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1089"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList12); } @Test public void test1090() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1090"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(commentList14); } @Test public void test1091() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1091"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); } @Test public void test1092() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1092"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); } @Test public void test1093() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1093"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment6 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(comment6); } @Test public void test1094() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1094"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile17); } @Test public void test1095() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1095"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList4 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment6 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment10 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment10); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList4); org.junit.Assert.assertNull(comment6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(profile9); } @Test public void test1096() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1096"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); } @Test public void test1097() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1097"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1098() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1098"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment17); } @Test public void test1099() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1099"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(profileList10); } @Test public void test1100() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1100"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile18 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); comments.model.Profile profile21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNull(profile18); org.junit.Assert.assertNull(comment20); } @Test public void test1101() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1101"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1102() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1102"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); } @Test public void test1103() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1103"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1104() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1104"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1105() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1105"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass11 = profileList10.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(wildcardClass11); } @Test public void test1106() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1106"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment18); } @Test public void test1107() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1107"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNull(comment19); } @Test public void test1108() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1108"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); } @Test public void test1109() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1109"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); } @Test public void test1110() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1110"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile18 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); java.util.List profileList21 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNull(profile18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(profileList21); } @Test public void test1111() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1111"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); } @Test public void test1112() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1112"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment12); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(commentList11); } @Test public void test1113() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1113"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1114() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1114"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); } @Test public void test1115() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1115"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment(""); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNotNull(commentList20); } @Test public void test1116() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1116"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile17); } @Test public void test1117() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1117"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); comments.model.Comment comment21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNull(comment20); } @Test public void test1118() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1118"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(profileList14); } @Test public void test1119() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1119"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass14 = profileList13.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1120() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1120"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(comment15); } @Test public void test1121() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1121"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment25 = mapCriticsRepository0.getComment(""); comments.model.Profile profile26 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile26); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(commentList21); org.junit.Assert.assertNull(comment25); } @Test public void test1122() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1122"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass16 = commentList15.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1123() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1123"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); comments.model.Profile profile18 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNull(profile18); } @Test public void test1124() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1124"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(commentList18); } @Test public void test1125() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1125"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment10); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(commentList9); } @Test public void test1126() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1126"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(commentList12); } @Test public void test1127() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1127"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(commentList18); } @Test public void test1128() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1128"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(commentList11); } @Test public void test1129() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1129"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile21 = mapCriticsRepository0.getProfile(""); java.util.List commentList22 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(commentList19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNotNull(commentList22); } @Test public void test1130() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1130"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); } @Test public void test1131() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1131"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(commentList17); } @Test public void test1132() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1132"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList11); } @Test public void test1133() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1133"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); } @Test public void test1134() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1134"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); } @Test public void test1135() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1135"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass13 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1136() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1136"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList4 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass5 = commentList4.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNotNull(commentList4); org.junit.Assert.assertNotNull(wildcardClass5); } @Test public void test1137() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1137"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass16 = profile15.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); } @Test public void test1138() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1138"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(profile16); } @Test public void test1139() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1139"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1140() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1140"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); } @Test public void test1141() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1141"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile9); } @Test public void test1142() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1142"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment8 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment8); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); } @Test public void test1143() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1143"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1144() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1144"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNull(comment16); } @Test public void test1145() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1145"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(profile14); } @Test public void test1146() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1146"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile19); } @Test public void test1147() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1147"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNull(comment14); } @Test public void test1148() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1148"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(commentList19); } @Test public void test1149() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1149"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass16 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1150() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1150"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile15); } @Test public void test1151() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1151"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(profileList15); } @Test public void test1152() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1152"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); } @Test public void test1153() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1153"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass20 = profileList19.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(wildcardClass20); } @Test public void test1154() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1154"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass17 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1155() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1155"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(profile16); } @Test public void test1156() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1156"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1157() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1157"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList20); } @Test public void test1158() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1158"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1159() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1159"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(profileList14); } @Test public void test1160() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1160"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(commentList20); org.junit.Assert.assertNull(comment24); } @Test public void test1161() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1161"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); comments.model.Profile profile4 = mapCriticsRepository0.getProfile(""); java.lang.Class wildcardClass5 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(profile4); org.junit.Assert.assertNotNull(wildcardClass5); } @Test public void test1162() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1162"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); } @Test public void test1163() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1163"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList15); } @Test public void test1164() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1164"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile15); } @Test public void test1165() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1165"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNotNull(profileList19); } @Test public void test1166() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1166"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile7 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment9 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(comment13); } @Test public void test1167() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1167"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment22 = mapCriticsRepository0.getComment(""); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(commentList20); org.junit.Assert.assertNull(comment22); } @Test public void test1168() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1168"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); } @Test public void test1169() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1169"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNull(comment14); } @Test public void test1170() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1170"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); comments.model.Profile profile4 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile6 = mapCriticsRepository0.getProfile(""); java.util.List commentList7 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile10 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile10); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(profile4); org.junit.Assert.assertNull(profile6); org.junit.Assert.assertNotNull(commentList7); org.junit.Assert.assertNull(profile9); } @Test public void test1171() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1171"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); } @Test public void test1172() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1172"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); } @Test public void test1173() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1173"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass20 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(wildcardClass20); } @Test public void test1174() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1174"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass9 = comment8.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList6); org.junit.Assert.assertNull(comment8); } @Test public void test1175() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1175"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass16 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1176() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1176"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1177() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1177"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass19 = commentList18.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1178() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1178"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); comments.model.Profile profile4 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(profile4); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); } @Test public void test1179() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1179"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile8 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList6); org.junit.Assert.assertNull(profile8); } @Test public void test1180() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1180"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(profile20); org.junit.Assert.assertNotNull(commentList21); } @Test public void test1181() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1181"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment21 = mapCriticsRepository0.getComment(""); comments.model.Comment comment22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNull(comment21); } @Test public void test1182() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1182"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); java.util.List profileList21 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(profileList21); } @Test public void test1183() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1183"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(profileList12); } @Test public void test1184() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1184"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); } @Test public void test1185() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1185"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); } @Test public void test1186() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1186"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1187() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1187"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = mapCriticsRepository0.getComment(""); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNull(comment19); } @Test public void test1188() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1188"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1189() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1189"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); } @Test public void test1190() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1190"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Profile profile11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); } @Test public void test1191() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1191"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass16 = commentList15.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1192() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1192"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList5 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile6 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile6); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList5); } @Test public void test1193() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1193"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList12); } @Test public void test1194() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1194"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass20 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(wildcardClass20); } @Test public void test1195() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1195"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment8 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment8); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList6); org.junit.Assert.assertNotNull(profileList7); } @Test public void test1196() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1196"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass16 = profileList15.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1197() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1197"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(profile14); } @Test public void test1198() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1198"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile5 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile5); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); } @Test public void test1199() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1199"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); } @Test public void test1200() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1200"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(commentList11); } @Test public void test1201() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1201"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1202() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1202"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1203() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1203"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass11 = comment10.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(comment10); } @Test public void test1204() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1204"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(profileList12); } @Test public void test1205() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1205"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(commentList11); } @Test public void test1206() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1206"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1207() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1207"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(profile18); } @Test public void test1208() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1208"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment12); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment11); } @Test public void test1209() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1209"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment12); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment11); } @Test public void test1210() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1210"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass11 = comment10.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); } @Test public void test1211() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1211"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList22 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment24 = mapCriticsRepository0.getComment(""); comments.model.Profile profile25 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile25); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(profileList22); org.junit.Assert.assertNull(comment24); } @Test public void test1212() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1212"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass13 = profileList12.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1213() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1213"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNotNull(commentList19); } @Test public void test1214() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1214"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(comment17); } @Test public void test1215() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1215"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment16); } @Test public void test1216() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1216"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1217() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1217"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment16); } @Test public void test1218() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1218"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList20 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass21 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNotNull(profileList20); org.junit.Assert.assertNotNull(wildcardClass21); } @Test public void test1219() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1219"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(commentList19); } @Test public void test1220() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1220"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); } @Test public void test1221() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1221"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile8 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList6); org.junit.Assert.assertNull(profile8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); } @Test public void test1222() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1222"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1223() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1223"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment16); } @Test public void test1224() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1224"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile13); } @Test public void test1225() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1225"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); java.lang.Class wildcardClass11 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(wildcardClass11); } @Test public void test1226() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1226"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass22 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(commentList21); org.junit.Assert.assertNotNull(wildcardClass22); } @Test public void test1227() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1227"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile22 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNull(profile22); } @Test public void test1228() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1228"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1229() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1229"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); } @Test public void test1230() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1230"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass5 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(wildcardClass5); } @Test public void test1231() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1231"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); java.util.List commentList27 = mapCriticsRepository0.getAllComments(); java.util.List commentList28 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass29 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); org.junit.Assert.assertNotNull(commentList27); org.junit.Assert.assertNotNull(commentList28); org.junit.Assert.assertNotNull(wildcardClass29); } @Test public void test1232() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1232"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1233() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1233"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); } @Test public void test1234() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1234"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList15); } @Test public void test1235() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1235"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile17); } @Test public void test1236() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1236"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile20 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass21 = profile20.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNull(profile20); } @Test public void test1237() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1237"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass17 = commentList16.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1238() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1238"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(profile17); } @Test public void test1239() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1239"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(commentList14); } @Test public void test1240() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1240"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment16); } @Test public void test1241() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1241"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1242() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1242"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); java.lang.Class wildcardClass10 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(wildcardClass10); } @Test public void test1243() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1243"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass13 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1244() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1244"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass23 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(wildcardClass23); } @Test public void test1245() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1245"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile17); } @Test public void test1246() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1246"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass13 = profileList12.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1247() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1247"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); } @Test public void test1248() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1248"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile16); } @Test public void test1249() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1249"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile21 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(commentList19); org.junit.Assert.assertNull(profile21); } @Test public void test1250() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1250"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(comment16); } @Test public void test1251() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1251"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList23 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList24 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(commentList20); org.junit.Assert.assertNotNull(profileList23); org.junit.Assert.assertNotNull(commentList24); } @Test public void test1252() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1252"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass18 = profileList17.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1253() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1253"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); } @Test public void test1254() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1254"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(commentList12); } @Test public void test1255() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1255"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); } @Test public void test1256() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1256"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList4 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList5 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment7 = mapCriticsRepository0.getComment(""); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList4); org.junit.Assert.assertNotNull(commentList5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); } @Test public void test1257() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1257"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!"); java.lang.Class wildcardClass23 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(profile20); org.junit.Assert.assertNull(comment22); org.junit.Assert.assertNotNull(wildcardClass23); } @Test public void test1258() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1258"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNull(profile20); } @Test public void test1259() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1259"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); } @Test public void test1260() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1260"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass22 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(wildcardClass22); } @Test public void test1261() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1261"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass16 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1262() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1262"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile14); } @Test public void test1263() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1263"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile20 = mapCriticsRepository0.getProfile(""); java.util.List profileList21 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNull(profile20); org.junit.Assert.assertNotNull(profileList21); } @Test public void test1264() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1264"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment18); } @Test public void test1265() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1265"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1266() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1266"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); } @Test public void test1267() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1267"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); java.util.List profileList22 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(commentList21); org.junit.Assert.assertNotNull(profileList22); } @Test public void test1268() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1268"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile22 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNull(profile22); } @Test public void test1269() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1269"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); java.lang.Class wildcardClass16 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1270() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1270"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); comments.model.Profile profile4 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile6 = mapCriticsRepository0.getProfile(""); java.util.List commentList7 = mapCriticsRepository0.getAllComments(); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(profile4); org.junit.Assert.assertNull(profile6); org.junit.Assert.assertNotNull(commentList7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(profile12); } @Test public void test1271() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1271"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNull(comment19); } @Test public void test1272() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1272"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); } @Test public void test1273() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1273"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); java.util.List profileList21 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass22 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(profileList21); org.junit.Assert.assertNotNull(wildcardClass22); } @Test public void test1274() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1274"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1275() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1275"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass11 = profileList10.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(wildcardClass11); } @Test public void test1276() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1276"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment10); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNotNull(profileList9); } @Test public void test1277() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1277"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(profileList12); } @Test public void test1278() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1278"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1279() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1279"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile21 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile25 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment26 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment26); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(commentList19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile25); } @Test public void test1280() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1280"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass19 = comment18.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNull(comment18); } @Test public void test1281() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1281"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); } @Test public void test1282() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1282"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass12 = profileList11.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(wildcardClass12); } @Test public void test1283() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1283"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); } @Test public void test1284() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1284"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass11 = profile10.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); } @Test public void test1285() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1285"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNull(profile13); } @Test public void test1286() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1286"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment24 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment24); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(profile19); org.junit.Assert.assertNull(comment21); org.junit.Assert.assertNull(comment23); } @Test public void test1287() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1287"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1288() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1288"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile14); } @Test public void test1289() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1289"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNull(comment12); } @Test public void test1290() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1290"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(commentList14); } @Test public void test1291() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1291"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass5 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(wildcardClass5); } @Test public void test1292() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1292"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList20 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass22 = commentList21.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList20); org.junit.Assert.assertNotNull(commentList21); org.junit.Assert.assertNotNull(wildcardClass22); } @Test public void test1293() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1293"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!"); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNull(profile18); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1294() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1294"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); } @Test public void test1295() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1295"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile4 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(profile4); } @Test public void test1296() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1296"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(commentList15); } @Test public void test1297() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1297"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment7 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment7); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNotNull(commentList6); } @Test public void test1298() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1298"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(commentList20); } @Test public void test1299() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1299"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment15); } @Test public void test1300() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1300"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile8 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList6); org.junit.Assert.assertNull(profile8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); } @Test public void test1301() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1301"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass17 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1302() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1302"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass18 = commentList17.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1303() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1303"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1304() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1304"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass17 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1305() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1305"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment19 = mapCriticsRepository0.getComment(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass20 = comment19.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment19); } @Test public void test1306() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1306"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); } @Test public void test1307() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1307"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass15 = commentList14.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(wildcardClass15); } @Test public void test1308() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1308"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass16 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1309() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1309"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(profileList15); } @Test public void test1310() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1310"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNull(profile16); } @Test public void test1311() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1311"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); } @Test public void test1312() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1312"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment17); } @Test public void test1313() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1313"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment5 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment5); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); } @Test public void test1314() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1314"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList19); } @Test public void test1315() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1315"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass21 = commentList20.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList20); org.junit.Assert.assertNotNull(wildcardClass21); } @Test public void test1316() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1316"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment(""); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment19); } @Test public void test1317() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1317"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass13 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1318() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1318"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass17 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1319() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1319"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(comment17); } @Test public void test1320() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1320"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNull(profile12); } @Test public void test1321() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1321"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass13 = profileList12.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1322() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1322"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); } @Test public void test1323() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1323"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile18); } @Test public void test1324() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1324"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile13); } @Test public void test1325() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1325"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); } @Test public void test1326() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1326"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile8 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(profile8); } @Test public void test1327() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1327"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList20 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList23 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment24 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment24); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(commentList20); org.junit.Assert.assertNull(profile22); org.junit.Assert.assertNotNull(profileList23); } @Test public void test1328() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1328"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1329() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1329"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNull(profile19); } @Test public void test1330() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1330"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1331() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1331"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList22 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass23 = profileList22.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(profile19); org.junit.Assert.assertNotNull(profileList22); org.junit.Assert.assertNotNull(wildcardClass23); } @Test public void test1332() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1332"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass12 = profileList11.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(wildcardClass12); } @Test public void test1333() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1333"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1334() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1334"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(commentList17); } @Test public void test1335() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1335"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass23 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(wildcardClass23); } @Test public void test1336() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1336"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); } @Test public void test1337() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1337"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1338() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1338"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(commentList18); } @Test public void test1339() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1339"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile18 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass19 = profile18.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNull(profile18); } @Test public void test1340() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1340"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment20); } @Test public void test1341() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1341"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment21 = mapCriticsRepository0.getComment(""); comments.model.Profile profile22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(comment21); } @Test public void test1342() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1342"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); } @Test public void test1343() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1343"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1344() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1344"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); } @Test public void test1345() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1345"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment9 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile13); } @Test public void test1346() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1346"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment16); } @Test public void test1347() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1347"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(profileList19); } @Test public void test1348() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1348"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); } @Test public void test1349() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1349"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1350() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1350"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile26 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(profile20); org.junit.Assert.assertNull(comment22); org.junit.Assert.assertNull(profile24); org.junit.Assert.assertNull(profile26); } @Test public void test1351() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1351"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1352() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1352"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); } @Test public void test1353() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1353"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); } @Test public void test1354() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1354"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); } @Test public void test1355() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1355"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(comment16); } @Test public void test1356() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1356"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); java.util.List profileList22 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment25 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment25); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNotNull(commentList21); org.junit.Assert.assertNotNull(profileList22); org.junit.Assert.assertNull(comment24); } @Test public void test1357() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1357"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNull(comment18); } @Test public void test1358() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1358"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1359() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1359"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); java.util.List profileList22 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNotNull(commentList21); org.junit.Assert.assertNotNull(profileList22); } @Test public void test1360() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1360"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); } @Test public void test1361() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1361"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList17); } @Test public void test1362() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1362"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment(""); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNull(comment19); } @Test public void test1363() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1363"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(comment21); } @Test public void test1364() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1364"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1365() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1365"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass13 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1366() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1366"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment14); } @Test public void test1367() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1367"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment9 = mapCriticsRepository0.getComment(""); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); } @Test public void test1368() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1368"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(profile13); } @Test public void test1369() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1369"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); } @Test public void test1370() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1370"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile24 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile24); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(commentList21); } @Test public void test1371() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1371"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile6 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment7 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment7); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNull(profile6); } @Test public void test1372() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1372"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1373() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1373"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); java.lang.Class wildcardClass22 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNotNull(wildcardClass22); } @Test public void test1374() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1374"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); java.util.List commentList27 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment29 = mapCriticsRepository0.getComment(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass30 = comment29.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); org.junit.Assert.assertNotNull(commentList27); org.junit.Assert.assertNull(comment29); } @Test public void test1375() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1375"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass14 = profileList13.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1376() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1376"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1377() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1377"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); comments.model.Profile profile21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNull(comment20); } @Test public void test1378() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1378"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1379() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1379"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); java.util.List commentList27 = mapCriticsRepository0.getAllComments(); java.util.List commentList28 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment30 = mapCriticsRepository0.getComment("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); org.junit.Assert.assertNotNull(commentList27); org.junit.Assert.assertNotNull(commentList28); org.junit.Assert.assertNull(comment30); } @Test public void test1380() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1380"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile19); } @Test public void test1381() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1381"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(profile18); org.junit.Assert.assertNull(profile20); } @Test public void test1382() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1382"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList19); } @Test public void test1383() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1383"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); } @Test public void test1384() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1384"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1385() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1385"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment14); } @Test public void test1386() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1386"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile18 = mapCriticsRepository0.getProfile(""); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNull(profile18); org.junit.Assert.assertNotNull(profileList19); } @Test public void test1387() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1387"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); java.util.List commentList27 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment29 = mapCriticsRepository0.getComment(""); java.lang.Class wildcardClass30 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); org.junit.Assert.assertNotNull(commentList27); org.junit.Assert.assertNull(comment29); org.junit.Assert.assertNotNull(wildcardClass30); } @Test public void test1388() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1388"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); } @Test public void test1389() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1389"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass21 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(wildcardClass21); } @Test public void test1390() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1390"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment18); } @Test public void test1391() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1391"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Profile profile18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(comment17); } @Test public void test1392() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1392"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(profile18); org.junit.Assert.assertNull(profile20); } @Test public void test1393() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1393"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile7 = mapCriticsRepository0.getProfile(""); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile9 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile9); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList8); } @Test public void test1394() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1394"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); java.lang.Class wildcardClass17 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1395() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1395"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); } @Test public void test1396() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1396"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(profile17); } @Test public void test1397() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1397"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass15 = profileList14.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(wildcardClass15); } @Test public void test1398() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1398"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1399() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1399"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); } @Test public void test1400() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1400"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass15 = commentList14.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(wildcardClass15); } @Test public void test1401() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1401"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!"); java.lang.Class wildcardClass25 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(profile20); org.junit.Assert.assertNull(comment22); org.junit.Assert.assertNull(profile24); org.junit.Assert.assertNotNull(wildcardClass25); } @Test public void test1402() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1402"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList4 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList5 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList6 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNotNull(profileList4); org.junit.Assert.assertNotNull(profileList5); org.junit.Assert.assertNotNull(profileList6); } @Test public void test1403() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1403"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass17 = profileList16.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1404() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1404"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1405() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1405"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment12 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment12); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); } @Test public void test1406() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1406"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(comment13); } @Test public void test1407() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1407"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass5 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(wildcardClass5); } @Test public void test1408() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1408"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1409() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1409"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); } @Test public void test1410() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1410"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1411() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1411"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass19 = profileList18.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1412() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1412"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList5 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment6 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment6); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList5); } @Test public void test1413() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1413"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(profile12); } @Test public void test1414() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1414"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1415() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1415"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNull(comment19); } @Test public void test1416() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1416"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNotNull(profileList19); } @Test public void test1417() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1417"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1418() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1418"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(profile16); } @Test public void test1419() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1419"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); java.util.List commentList27 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment29 = mapCriticsRepository0.getComment(""); comments.model.Comment comment30 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment30); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); org.junit.Assert.assertNotNull(commentList27); org.junit.Assert.assertNull(comment29); } @Test public void test1420() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1420"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList26 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile29 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile29); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNull(comment25); org.junit.Assert.assertNotNull(commentList26); } @Test public void test1421() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1421"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile19 = mapCriticsRepository0.getProfile(""); java.util.List profileList20 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(profile19); org.junit.Assert.assertNotNull(profileList20); } @Test public void test1422() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1422"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile19 = mapCriticsRepository0.getProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNull(profile19); } @Test public void test1423() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1423"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass14 = profile13.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile13); } @Test public void test1424() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1424"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); java.util.List profileList24 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile28 = mapCriticsRepository0.getProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); org.junit.Assert.assertNotNull(profileList24); org.junit.Assert.assertNull(profile28); } @Test public void test1425() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1425"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1426() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1426"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(comment16); } @Test public void test1427() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1427"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.lang.Class wildcardClass13 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(wildcardClass13); } @Test public void test1428() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1428"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(commentList17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1429() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1429"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(profile19); } @Test public void test1430() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1430"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList19 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList20 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList19); org.junit.Assert.assertNotNull(profileList20); } @Test public void test1431() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1431"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); comments.model.Profile profile20 = mapCriticsRepository0.getProfile(""); java.util.List profileList21 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNull(profile20); org.junit.Assert.assertNotNull(profileList21); } @Test public void test1432() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1432"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNull(comment19); } @Test public void test1433() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1433"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile18 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass19 = profile18.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNull(profile18); } @Test public void test1434() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1434"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(profile17); } @Test public void test1435() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1435"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList4 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass9 = comment8.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNotNull(profileList4); org.junit.Assert.assertNull(comment8); } @Test public void test1436() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1436"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile15); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(profileList14); } @Test public void test1437() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1437"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1438() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1438"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList4 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment7 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment7); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNotNull(profileList4); } @Test public void test1439() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1439"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); } @Test public void test1440() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1440"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment15); } @Test public void test1441() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1441"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); } @Test public void test1442() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1442"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment9 = mapCriticsRepository0.getComment(""); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(commentList13); } @Test public void test1443() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1443"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile19 = mapCriticsRepository0.getProfile(""); java.lang.Class wildcardClass20 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNull(profile19); org.junit.Assert.assertNotNull(wildcardClass20); } @Test public void test1444() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1444"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(profileList16); } @Test public void test1445() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1445"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); } @Test public void test1446() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1446"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile21 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile23 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment24 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment24); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(commentList19); org.junit.Assert.assertNull(profile21); org.junit.Assert.assertNull(profile23); } @Test public void test1447() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1447"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList9 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(commentList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNotNull(commentList19); } @Test public void test1448() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1448"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); } @Test public void test1449() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1449"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile15); } @Test public void test1450() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1450"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); comments.model.Profile profile22 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNull(profile22); } @Test public void test1451() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1451"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(commentList21); } @Test public void test1452() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1452"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment14 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment14); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(profile13); } @Test public void test1453() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1453"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(profile16); } @Test public void test1454() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1454"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment18 = mapCriticsRepository0.getComment(""); comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!"); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass21 = comment20.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNull(comment20); } @Test public void test1455() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1455"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1456() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1456"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass14 = profile13.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(profile13); } @Test public void test1457() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1457"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment16); } @Test public void test1458() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1458"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1459() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1459"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment20 = mapCriticsRepository0.getComment(""); java.util.List commentList21 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile22 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile22); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(comment20); org.junit.Assert.assertNotNull(commentList21); } @Test public void test1460() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1460"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile16); } @Test public void test1461() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1461"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNull(profile20); } @Test public void test1462() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1462"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(commentList18); } @Test public void test1463() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1463"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1464() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1464"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1465() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1465"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); } @Test public void test1466() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1466"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile(""); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(commentList10); } @Test public void test1467() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1467"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment11 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment11); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); } @Test public void test1468() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1468"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List commentList17 = mapCriticsRepository0.getAllComments(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(commentList17); } @Test public void test1469() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1469"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!"); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNull(profile18); org.junit.Assert.assertNull(profile20); } @Test public void test1470() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1470"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile14 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList19 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile20 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile20); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(profile14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNull(comment18); org.junit.Assert.assertNotNull(commentList19); } @Test public void test1471() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1471"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass14 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNotNull(wildcardClass14); } @Test public void test1472() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1472"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment9 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); } @Test public void test1473() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1473"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList18 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(profileList17); org.junit.Assert.assertNotNull(profileList18); } @Test public void test1474() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1474"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList15 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); comments.model.Profile profile18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNotNull(commentList15); org.junit.Assert.assertNull(comment17); } @Test public void test1475() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1475"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile19 = mapCriticsRepository0.getProfile(""); java.lang.Class wildcardClass20 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(profile19); org.junit.Assert.assertNotNull(wildcardClass20); } @Test public void test1476() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1476"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); java.lang.Class wildcardClass15 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(wildcardClass15); } @Test public void test1477() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1477"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList10 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList11 = mapCriticsRepository0.getAllComments(); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment13 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment13); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList10); org.junit.Assert.assertNotNull(commentList11); org.junit.Assert.assertNotNull(commentList12); } @Test public void test1478() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1478"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList17 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNull(comment16); org.junit.Assert.assertNotNull(profileList17); } @Test public void test1479() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1479"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment22 = mapCriticsRepository0.getComment(""); comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!"); // The following exception was thrown during execution in test generation try { java.lang.Class wildcardClass25 = profile24.getClass(); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNull(comment22); org.junit.Assert.assertNull(profile24); } @Test public void test1480() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1480"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList9); } @Test public void test1481() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1481"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1482() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1482"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); } @Test public void test1483() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1483"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment17 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment17); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNull(profile10); } @Test public void test1484() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1484"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList12 = mapCriticsRepository0.getAllComments(); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile15 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); java.util.List commentList18 = mapCriticsRepository0.getAllComments(); comments.model.Profile profile20 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile21 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile21); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNotNull(commentList12); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(profile15); org.junit.Assert.assertNull(profile17); org.junit.Assert.assertNotNull(commentList18); org.junit.Assert.assertNull(profile20); } @Test public void test1485() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1485"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(comment15); } @Test public void test1486() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1486"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList8 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!"); comments.model.Comment comment12 = mapCriticsRepository0.getComment(""); comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment17 = mapCriticsRepository0.getComment(""); java.lang.Class wildcardClass18 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(commentList8); org.junit.Assert.assertNull(comment10); org.junit.Assert.assertNull(comment12); org.junit.Assert.assertNull(comment14); org.junit.Assert.assertNotNull(profileList15); org.junit.Assert.assertNull(comment17); org.junit.Assert.assertNotNull(wildcardClass18); } @Test public void test1487() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1487"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); } @Test public void test1488() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1488"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment16 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment16); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNull(comment9); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNull(profile15); } @Test public void test1489() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1489"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile4 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment5 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment5); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(profile4); } @Test public void test1490() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1490"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); java.util.List commentList1 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment10 = mapCriticsRepository0.getComment(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNotNull(commentList1); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment10); } @Test public void test1491() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1491"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList12 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment14 = mapCriticsRepository0.getComment(""); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile9); org.junit.Assert.assertNotNull(profileList12); org.junit.Assert.assertNull(comment14); } @Test public void test1492() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1492"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment12); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); } @Test public void test1493() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1493"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile19 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile19); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(comment12); } @Test public void test1494() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1494"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile13 = mapCriticsRepository0.getProfile(""); java.util.List commentList14 = mapCriticsRepository0.getAllComments(); java.util.List profileList15 = mapCriticsRepository0.getAllProfiles(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(profile13); org.junit.Assert.assertNotNull(commentList14); org.junit.Assert.assertNotNull(profileList15); } @Test public void test1495() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1495"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!"); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile12 = mapCriticsRepository0.getProfile(""); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); java.util.List commentList16 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile(""); java.lang.Class wildcardClass19 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(comment7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNull(profile12); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(commentList16); org.junit.Assert.assertNotNull(wildcardClass19); } @Test public void test1496() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1496"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); comments.model.Profile profile11 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment13 = mapCriticsRepository0.getComment(""); java.util.List profileList14 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile16 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile(""); comments.model.Comment comment23 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.updateComment(comment23); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNull(profile11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNotNull(profileList14); org.junit.Assert.assertNull(profile16); org.junit.Assert.assertNull(profile18); } @Test public void test1497() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1497"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile10 = mapCriticsRepository0.getProfile(""); java.util.List profileList11 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!"); mapCriticsRepository0.deleteProfile(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); comments.model.Profile profile18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addProfile(profile18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNull(profile10); org.junit.Assert.assertNotNull(profileList11); org.junit.Assert.assertNull(comment13); org.junit.Assert.assertNull(profile17); } @Test public void test1498() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1498"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); java.util.List profileList7 = mapCriticsRepository0.getAllProfiles(); java.util.List profileList8 = mapCriticsRepository0.getAllProfiles(); mapCriticsRepository0.deleteProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList13 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!"); java.lang.Class wildcardClass16 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNotNull(profileList7); org.junit.Assert.assertNotNull(profileList8); org.junit.Assert.assertNotNull(profileList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNotNull(wildcardClass16); } @Test public void test1499() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1499"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); java.util.List commentList6 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment8 = mapCriticsRepository0.getComment(""); java.util.List profileList9 = mapCriticsRepository0.getAllProfiles(); comments.model.Comment comment11 = mapCriticsRepository0.getComment(""); mapCriticsRepository0.deleteProfile(""); mapCriticsRepository0.deleteProfile("hi!"); java.util.List profileList16 = mapCriticsRepository0.getAllProfiles(); java.lang.Class wildcardClass17 = mapCriticsRepository0.getClass(); org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNotNull(commentList6); org.junit.Assert.assertNull(comment8); org.junit.Assert.assertNotNull(profileList9); org.junit.Assert.assertNull(comment11); org.junit.Assert.assertNotNull(profileList16); org.junit.Assert.assertNotNull(wildcardClass17); } @Test public void test1500() throws Throwable { if (debug) System.out.format("%n%s%n", "RegressionTest2.test1500"); comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance(); comments.model.Comment comment2 = mapCriticsRepository0.getComment(""); java.util.List profileList3 = mapCriticsRepository0.getAllProfiles(); comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!"); comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!"); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList10 = mapCriticsRepository0.getAllComments(); mapCriticsRepository0.deleteProfile("hi!"); java.util.List commentList13 = mapCriticsRepository0.getAllComments(); comments.model.Comment comment15 = mapCriticsRepository0.getComment(""); comments.model.Profile profile17 = mapCriticsRepository0.getProfile(""); comments.model.Comment comment18 = null; // The following exception was thrown during execution in test generation try { mapCriticsRepository0.addComment(comment18); org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null"); } catch (java.lang.NullPointerException e) { // Expected exception. } org.junit.Assert.assertNotNull(mapCriticsRepository0); org.junit.Assert.assertNull(comment2); org.junit.Assert.assertNotNull(profileList3); org.junit.Assert.assertNull(profile5); org.junit.Assert.assertNull(profile7); org.junit.Assert.assertNotNull(commentList10); org.junit.Assert.assertNotNull(commentList13); org.junit.Assert.assertNull(comment15); org.junit.Assert.assertNull(profile17); } }