sqt/assignment-w13/comments-api/src/test/java/randoopWithOracle/RegressionTest4.java

15869 lines
949 KiB
Java

package randoopWithOracle;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class RegressionTest4 {
public static boolean debug = false;
@Test
public void test2001() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2001");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test2002() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2002");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList17 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2003() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2003");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> 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.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2004() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2004");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList8);
}
@Test
public void test2005() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2005");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> 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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test2006() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2006");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2007() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2007");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
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.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);
}
@Test
public void test2008() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2008");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test2009() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2009");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment19 = 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.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);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test2010() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2010");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("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(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(profile16);
}
@Test
public void test2011() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2011");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2012() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2012");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Comment comment10 = 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.assertNull(comment10);
}
@Test
public void test2013() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2013");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList13 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test2014() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2014");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
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.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test2015() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2015");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
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.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);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test2016() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2016");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment24 = 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(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test2017() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2017");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
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.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test2018() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2018");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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(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(profileList18);
}
@Test
public void test2019() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2019");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass13 = comment12.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.assertNull(comment12);
}
@Test
public void test2020() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2020");
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.Comment comment10 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
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(comment10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test2021() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2021");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList17 = 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.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);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2022() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2022");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
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(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test2023() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2023");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test2024() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2024");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
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.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test2025() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2025");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test2026() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2026");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2027() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2027");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
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.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test2028() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2028");
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<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
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.assertNull(profile4);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNotNull(commentList7);
org.junit.Assert.assertNotNull(commentList8);
}
@Test
public void test2029() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2029");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile22 = 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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test2030() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2030");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2031() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2031");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
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.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(profile20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2032() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2032");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList13 = 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(comment12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test2033() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2033");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = 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(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2034() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2034");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test2035() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2035");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList16 = 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.assertNull(comment9);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test2036() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2036");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList1);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test2037() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2037");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("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(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test2038() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2038");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test2039() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2039");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test2040() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2040");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test2041() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2041");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
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(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test2042() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2042");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> 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.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2043() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2043");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test2044() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2044");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
java.util.List<comments.model.Comment> 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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test2045() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2045");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test2046() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2046");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment23 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2047() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2047");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment6 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
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);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test2048() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2048");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
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.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 test2049() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2049");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test2050() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2050");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2051() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2051");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test2052() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2052");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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(profileList15);
}
@Test
public void test2053() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2053");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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.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);
}
@Test
public void test2054() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2054");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("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(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test2055() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2055");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
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(comment15);
}
@Test
public void test2056() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2056");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test2057() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2057");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile27);
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.assertNotNull(commentList26);
}
@Test
public void test2058() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2058");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Comment comment20 = 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.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);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2059() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2059");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
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.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.assertNotNull(profileList22);
}
@Test
public void test2060() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2060");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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!");
// 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.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);
}
@Test
public void test2061() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2061");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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(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(commentList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test2062() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2062");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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.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(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2063() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2063");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = 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.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test2064() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2064");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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!");
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.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test2065() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2065");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass24 = 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.assertNull(comment22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNotNull(wildcardClass24);
}
@Test
public void test2066() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2066");
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("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass10 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test2067() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2067");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
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.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.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2068() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2068");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList18 = 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(profileList10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test2069() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2069");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> 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.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test2070() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2070");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
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.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 test2071() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2071");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
mapCriticsRepository0.deleteProfile("hi!");
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.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2072() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2072");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
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.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 test2073() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2073");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment22 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test2074() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2074");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2075() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2075");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2076() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2076");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test2077() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2077");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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("");
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 test2078() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2078");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass27 = comment26.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(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNull(comment26);
}
@Test
public void test2079() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2079");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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.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.assertNotNull(profileList19);
}
@Test
public void test2080() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2080");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList17 = 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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2081() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2081");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.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.assertNotNull(profileList19);
}
@Test
public void test2082() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2082");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2083() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2083");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
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.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2084() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2084");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2085() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2085");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
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.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test2086() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2086");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList24);
org.junit.Assert.assertNotNull(wildcardClass25);
}
@Test
public void test2087() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2087");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> 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.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 test2088() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2088");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
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.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(profile24);
org.junit.Assert.assertNull(profile26);
}
@Test
public void test2089() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2089");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test2090() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2090");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test2091() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2091");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test2092() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2092");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("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.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test2093() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2093");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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);
}
@Test
public void test2094() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2094");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
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.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test2095() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2095");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test2096() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2096");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment11 = 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.assertNull(comment11);
}
@Test
public void test2097() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2097");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> 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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test2098() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2098");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test2099() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2099");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2100() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2100");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = 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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2101() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2101");
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("hi!");
java.util.List<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
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);
}
@Test
public void test2102() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2102");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2103() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2103");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList26 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(commentList25);
org.junit.Assert.assertNotNull(commentList26);
}
@Test
public void test2104() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2104");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass23 = commentList22.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.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(wildcardClass23);
}
@Test
public void test2105() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2105");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
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.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test2106() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2106");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
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.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test2107() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2107");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test2108() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2108");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test2109() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2109");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
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.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);
}
@Test
public void test2110() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2110");
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<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
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.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 test2111() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2111");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test2112() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2112");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test2113() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2113");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test2114() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2114");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> 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.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(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2115() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2115");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2116() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2116");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2117() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2117");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
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.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test2118() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2118");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test2119() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2119");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = 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(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test2120() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2120");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment26 = mapCriticsRepository0.getComment("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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNotNull(commentList23);
org.junit.Assert.assertNotNull(commentList24);
org.junit.Assert.assertNull(comment26);
org.junit.Assert.assertNull(profile28);
}
@Test
public void test2121() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2121");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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.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.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test2122() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2122");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass24 = 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(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNotNull(wildcardClass24);
}
@Test
public void test2123() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2123");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2124() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2124");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
comments.model.Comment comment26 = 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.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(comment24);
org.junit.Assert.assertNull(comment26);
}
@Test
public void test2125() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2125");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList18 = 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.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test2126() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2126");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> 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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test2127() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2127");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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.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(profile10);
}
@Test
public void test2128() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2128");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!");
java.lang.Class<?> wildcardClass26 = 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(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNull(comment25);
org.junit.Assert.assertNotNull(wildcardClass26);
}
@Test
public void test2129() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2129");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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.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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test2130() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2130");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test2131() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2131");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test2132() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2132");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
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.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 test2133() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2133");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass13 = commentList12.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(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test2134() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2134");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> 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.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test2135() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2135");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Profile> 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.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);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test2136() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2136");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test2137() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2137");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test2138() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2138");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> 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.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(comment19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2139() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2139");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test2140() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2140");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("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.assertNull(comment8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test2141() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2141");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment26 = 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(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(comment26);
}
@Test
public void test2142() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2142");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment6 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
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);
}
@Test
public void test2143() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2143");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("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.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test2144() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2144");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("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(comment11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2145() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2145");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
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.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2146() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2146");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test2147() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2147");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2148() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2148");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
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.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);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2149() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2149");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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 profile22 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
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.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.assertNull(profile22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test2150() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2150");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2151() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2151");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test2152() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2152");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.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.assertNull(comment13);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test2153() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2153");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList4 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList5 = mapCriticsRepository0.getAllProfiles();
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(commentList1);
org.junit.Assert.assertNotNull(commentList4);
org.junit.Assert.assertNotNull(profileList5);
}
@Test
public void test2154() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2154");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test2155() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2155");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = 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.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);
}
@Test
public void test2156() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2156");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.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(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test2157() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2157");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList18 = 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(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(profileList18);
}
@Test
public void test2158() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2158");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment27);
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(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(commentList25);
org.junit.Assert.assertNotNull(commentList26);
}
@Test
public void test2159() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2159");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
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.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(profile19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test2160() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2160");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
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.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);
}
@Test
public void test2161() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2161");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
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.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(profileList23);
}
@Test
public void test2162() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2162");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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.assertNull(profile10);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2163() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2163");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test2164() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2164");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2165() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2165");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2166() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2166");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Comment> 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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2167() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2167");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("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.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(comment10);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test2168() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2168");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.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(wildcardClass18);
}
@Test
public void test2169() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2169");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
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.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.assertNull(comment21);
}
@Test
public void test2170() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2170");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("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.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test2171() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2171");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.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(profileList17);
}
@Test
public void test2172() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2172");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2173() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2173");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2174() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2174");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(commentList10);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test2175() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2175");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test2176() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2176");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
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.assertNull(comment12);
}
@Test
public void test2177() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2177");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2178() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2178");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList16 = 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(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2179() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2179");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("hi!");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2180() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2180");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2181() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2181");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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.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(profileList17);
}
@Test
public void test2182() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2182");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment20 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2183() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2183");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
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.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2184() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2184");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList1);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNotNull(profileList9);
}
@Test
public void test2185() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2185");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> 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.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.assertNotNull(commentList15);
}
@Test
public void test2186() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2186");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
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.assertNull(comment9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test2187() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2187");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("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);
}
@Test
public void test2188() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2188");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test2189() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2189");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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(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);
}
@Test
public void test2190() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2190");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment21 = 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(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test2191() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2191");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("hi!");
comments.model.Comment comment15 = 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(comment11);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test2192() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2192");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList26 = 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.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(profileList25);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test2193() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2193");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("");
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.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(profile19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test2194() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2194");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList22 = 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.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.assertNull(comment21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test2195() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2195");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = 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.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test2196() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2196");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
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(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test2197() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2197");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test2198() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2198");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
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.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);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test2199() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2199");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile28 = mapCriticsRepository0.getProfile("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass29 = profile28.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.assertNull(profile28);
}
@Test
public void test2200() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2200");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2201() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2201");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass13 = comment12.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(profile10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test2202() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2202");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("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.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.assertNull(comment21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test2203() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2203");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("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(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test2204() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2204");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
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.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.assertNull(comment18);
}
@Test
public void test2205() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2205");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
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.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);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test2206() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2206");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> 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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2207() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2207");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
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.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test2208() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2208");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("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.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test2209() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2209");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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("");
comments.model.Profile profile16 = 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(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test2210() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2210");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = 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(profileList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2211() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2211");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile23 = 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(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test2212() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2212");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass24 = 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.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(commentList23);
org.junit.Assert.assertNotNull(wildcardClass24);
}
@Test
public void test2213() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2213");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList5 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass6 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList5);
org.junit.Assert.assertNotNull(wildcardClass6);
}
@Test
public void test2214() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2214");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
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(profileList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test2215() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2215");
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 comment8 = mapCriticsRepository0.getComment("");
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.assertNull(profile6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test2216() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2216");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test2217() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2217");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
java.util.List<comments.model.Comment> 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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test2218() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2218");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> 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(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.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test2219() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2219");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2220() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2220");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test2221() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2221");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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(profile7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test2222() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2222");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
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.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);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2223() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2223");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList25 = 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(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(commentList25);
}
@Test
public void test2224() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2224");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
// 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.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(profile18);
}
@Test
public void test2225() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2225");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test2226() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2226");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test2227() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2227");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> 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.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);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test2228() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2228");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = 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(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test2229() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2229");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> 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!");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass24 = 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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(wildcardClass24);
}
@Test
public void test2230() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2230");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test2231() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2231");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test2232() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2232");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test2233() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2233");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2234() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2234");
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<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass12 = profileList11.getClass();
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.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test2235() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2235");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
java.util.List<comments.model.Comment> commentList14 = 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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test2236() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2236");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test2237() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2237");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> 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(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);
}
@Test
public void test2238() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2238");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass23 = commentList22.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.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(wildcardClass23);
}
@Test
public void test2239() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2239");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
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.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(profile18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(commentList24);
}
@Test
public void test2240() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2240");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
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.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);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test2241() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2241");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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.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(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2242() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2242");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test2243() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2243");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("hi!");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
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.assertNull(profile11);
}
@Test
public void test2244() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2244");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
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(commentList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test2245() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2245");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
// 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(profileList9);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test2246() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2246");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test2247() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2247");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("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(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test2248() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2248");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList23 = 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.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test2249() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2249");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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(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 test2250() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2250");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> 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.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(commentList22);
}
@Test
public void test2251() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2251");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList21 = 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(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test2252() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2252");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList14 = 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.assertNotNull(commentList8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2253() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2253");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("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.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);
}
@Test
public void test2254() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2254");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test2255() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2255");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList25 = 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.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(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(commentList25);
}
@Test
public void test2256() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2256");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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 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(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);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test2257() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2257");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!");
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.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(profileList21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test2258() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2258");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = 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(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test2259() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2259");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
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(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test2260() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2260");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> 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(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2261() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2261");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = 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(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2262() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2262");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList26 = 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(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);
org.junit.Assert.assertNotNull(commentList25);
org.junit.Assert.assertNotNull(commentList26);
}
@Test
public void test2263() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2263");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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("");
java.util.List<comments.model.Profile> 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(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);
}
@Test
public void test2264() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2264");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test2265() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2265");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
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.assertNull(profile9);
}
@Test
public void test2266() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2266");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(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.assertNull(comment22);
org.junit.Assert.assertNotNull(commentList23);
org.junit.Assert.assertNotNull(commentList24);
}
@Test
public void test2267() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2267");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.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 test2268() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2268");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList4 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList5 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(commentList4);
org.junit.Assert.assertNotNull(commentList5);
}
@Test
public void test2269() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2269");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
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(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test2270() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2270");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile24 = 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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test2271() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2271");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
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.assertNotNull(profileList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test2272() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2272");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
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(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);
}
@Test
public void test2273() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2273");
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.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.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(profile6);
}
@Test
public void test2274() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2274");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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!");
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.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2275() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2275");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
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.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.assertNull(comment22);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test2276() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2276");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> 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(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2277() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2277");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test2278() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2278");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
java.util.List<comments.model.Comment> 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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test2279() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2279");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2280() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2280");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test2281() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2281");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
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.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test2282() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2282");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
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.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(profileList24);
}
@Test
public void test2283() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2283");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
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);
}
@Test
public void test2284() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2284");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> 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(commentList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test2285() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2285");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = 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(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test2286() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2286");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("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(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test2287() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2287");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
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(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test2288() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2288");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment23 = 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(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.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2289() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2289");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test2290() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2290");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList22 = 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(comment17);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test2291() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2291");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile22 = 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(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test2292() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2292");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2293() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2293");
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 comment8 = mapCriticsRepository0.getComment("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test2294() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2294");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> 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<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> 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(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(commentList18);
}
@Test
public void test2295() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2295");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> 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(commentList14);
}
@Test
public void test2296() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2296");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> 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.Comment comment26 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList27 = 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.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(comment26);
org.junit.Assert.assertNotNull(profileList27);
}
@Test
public void test2297() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2297");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2298() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2298");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = 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(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2299() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2299");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test2300() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2300");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
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(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test2301() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2301");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment6 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("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.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNotNull(commentList7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test2302() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2302");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment4 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment4);
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);
}
@Test
public void test2303() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2303");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test2304() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2304");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList27 = 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(commentList26);
org.junit.Assert.assertNotNull(commentList27);
}
@Test
public void test2305() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2305");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
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);
}
@Test
public void test2306() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2306");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment27 = 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.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(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(profileList25);
org.junit.Assert.assertNull(comment27);
}
@Test
public void test2307() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2307");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
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.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);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2308() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2308");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList20 = 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.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test2309() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2309");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test2310() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2310");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test2311() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2311");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test2312() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2312");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2313() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2313");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.lang.Class<?> wildcardClass12 = 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(profileList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test2314() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2314");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
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.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test2315() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2315");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> 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.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test2316() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2316");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> 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.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test2317() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2317");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test2318() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2318");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
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);
}
@Test
public void test2319() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2319");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList5 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment7 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
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.assertNull(comment11);
}
@Test
public void test2320() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2320");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test2321() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2321");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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!");
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.assertNull(profile10);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test2322() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2322");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
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.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test2323() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2323");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> 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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test2324() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2324");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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.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(wildcardClass18);
}
@Test
public void test2325() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2325");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> 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 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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test2326() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2326");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile16 = 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(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test2327() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2327");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2328() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2328");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList16 = 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(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2329() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2329");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2330() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2330");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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.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.assertNull(comment20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test2331() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2331");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test2332() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2332");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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 comment21 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment24 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test2333() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2333");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList10 = 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.assertNotNull(commentList10);
}
@Test
public void test2334() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2334");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test2335() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2335");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test2336() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2336");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Comment comment13 = 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(comment11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test2337() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2337");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile25 = 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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(commentList23);
org.junit.Assert.assertNull(profile25);
}
@Test
public void test2338() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2338");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test2339() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2339");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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.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.assertNull(profile19);
}
@Test
public void test2340() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2340");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2341() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2341");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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.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.assertNotNull(commentList14);
}
@Test
public void test2342() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2342");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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 comment21 = mapCriticsRepository0.getComment("");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass25 = profileList24.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.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList24);
org.junit.Assert.assertNotNull(wildcardClass25);
}
@Test
public void test2343() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2343");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = 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(profile11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test2344() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2344");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2345() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2345");
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<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
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.assertNotNull(wildcardClass13);
}
@Test
public void test2346() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2346");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(commentList12);
}
@Test
public void test2347() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2347");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
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.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);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(wildcardClass23);
}
@Test
public void test2348() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2348");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
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(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test2349() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2349");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test2350() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2350");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
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(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test2351() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2351");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(wildcardClass23);
}
@Test
public void test2352() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2352");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test2353() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2353");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("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(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 test2354() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2354");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("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(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);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2355() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2355");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test2356() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2356");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = 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.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.assertNull(comment17);
}
@Test
public void test2357() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2357");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2358() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2358");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = 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.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2359() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2359");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
// 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.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);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2360() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2360");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("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.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.assertNull(profile20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(wildcardClass25);
}
@Test
public void test2361() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2361");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("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(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test2362() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2362");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = 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.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.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test2363() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2363");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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(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(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test2364() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2364");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList25 = 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.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(profileList24);
org.junit.Assert.assertNotNull(commentList25);
}
@Test
public void test2365() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2365");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Comment comment19 = 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(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test2366() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2366");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList5 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(commentList5);
}
@Test
public void test2367() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2367");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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!");
java.util.List<comments.model.Comment> 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(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2368() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2368");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile24 = 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.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.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test2369() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2369");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList20 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test2370() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2370");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2371() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2371");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = 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(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2372() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2372");
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!");
mapCriticsRepository0.deleteProfile("");
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.assertNull(profile4);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test2373() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2373");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList20 = 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.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);
}
@Test
public void test2374() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2374");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
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(profileList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test2375() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2375");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList27 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment29 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment31 = 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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(profileList27);
org.junit.Assert.assertNull(comment29);
org.junit.Assert.assertNull(comment31);
}
@Test
public void test2376() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2376");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
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(comment8);
}
@Test
public void test2377() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2377");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
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.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(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test2378() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2378");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
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.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(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test2379() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2379");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Profile> 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.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2380() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2380");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> 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(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2381() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2381");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment21 = 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(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test2382() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2382");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
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.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.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test2383() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2383");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2384() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2384");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
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.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(profileList21);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(profileList25);
}
@Test
public void test2385() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2385");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
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.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test2386() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2386");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test2387() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2387");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList26 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile27);
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.assertNull(profile19);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test2388() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2388");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> 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(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);
}
@Test
public void test2389() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2389");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = 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.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test2390() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2390");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> 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!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
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.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.assertNotNull(commentList22);
}
@Test
public void test2391() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2391");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
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(comment11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test2392() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2392");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("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.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(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2393() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2393");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test2394() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2394");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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!");
// 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(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test2395() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2395");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment23 = 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.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);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2396() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2396");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList18 = 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(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2397() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2397");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2398() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2398");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile27);
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.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(commentList25);
org.junit.Assert.assertNotNull(commentList26);
}
@Test
public void test2399() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2399");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2400() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2400");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
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(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test2401() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2401");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
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.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test2402() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2402");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
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.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test2403() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2403");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
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(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test2404() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2404");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("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.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 test2405() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2405");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> 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(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(profileList18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test2406() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2406");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test2407() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2407");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass20 = commentList19.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.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test2408() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2408");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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.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(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2409() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2409");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
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(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);
}
@Test
public void test2410() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2410");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile28 = 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.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNull(profile28);
}
@Test
public void test2411() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2411");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test2412() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2412");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("");
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.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.assertNull(comment22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNull(comment26);
org.junit.Assert.assertNull(profile28);
}
@Test
public void test2413() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2413");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> 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("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test2414() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2414");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
}
@Test
public void test2415() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2415");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment23 = 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(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2416() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2416");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test2417() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2417");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = 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.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2418() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2418");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList24 = 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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test2419() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2419");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> 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.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(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test2420() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2420");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test2421() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2421");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList8 = 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);
}
@Test
public void test2422() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2422");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
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.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.assertNull(profile21);
}
@Test
public void test2423() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2423");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass21 = profileList20.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.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2424() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2424");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList9);
}
@Test
public void test2425() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2425");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test2426() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2426");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test2427() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2427");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> 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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test2428() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2428");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2429() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2429");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
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(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);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test2430() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2430");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList4 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList5 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass8 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(commentList4);
org.junit.Assert.assertNotNull(commentList5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(wildcardClass8);
}
@Test
public void test2431() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2431");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.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.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(profile19);
}
@Test
public void test2432() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2432");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test2433() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2433");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = 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(profile9);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2434() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2434");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
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.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test2435() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2435");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
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.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(commentList9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test2436() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2436");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNotNull(commentList24);
}
@Test
public void test2437() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2437");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass9 = profileList8.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.assertNotNull(wildcardClass9);
}
@Test
public void test2438() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2438");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
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(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test2439() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2439");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.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(commentList16);
}
@Test
public void test2440() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2440");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.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(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test2441() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2441");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
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(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2442() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2442");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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!");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
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.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.assertNull(profile23);
org.junit.Assert.assertNotNull(commentList24);
org.junit.Assert.assertNotNull(wildcardClass25);
}
@Test
public void test2443() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2443");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
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.assertNull(comment11);
}
@Test
public void test2444() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2444");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList20 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test2445() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2445");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
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.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test2446() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2446");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = 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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test2447() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2447");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment14 = 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.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test2448() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2448");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test2449() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2449");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList18 = 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(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test2450() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2450");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
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.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test2451() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2451");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = 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(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test2452() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2452");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = 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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test2453() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2453");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList12 = 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.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test2454() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2454");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("hi!");
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(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.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test2455() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2455");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test2456() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2456");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = 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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test2457() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2457");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList16 = 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.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2458() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2458");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2459() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2459");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
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.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2460() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2460");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test2461() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2461");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2462() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2462");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList20 = 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(commentList15);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test2463() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2463");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile24 = 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.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);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test2464() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2464");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test2465() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2465");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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(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);
}
@Test
public void test2466() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2466");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
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.assertNull(comment13);
}
@Test
public void test2467() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2467");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = 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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2468() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2468");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> 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("hi!");
java.util.List<comments.model.Profile> profileList18 = 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.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(profileList18);
}
@Test
public void test2469() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2469");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
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.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.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test2470() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2470");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test2471() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2471");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> 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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test2472() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2472");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> 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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test2473() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2473");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> 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.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.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test2474() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2474");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile24 = 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(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test2475() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2475");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> 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<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = 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.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);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2476() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2476");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2477() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2477");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> 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.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.assertNull(comment14);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test2478() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2478");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment21 = 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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test2479() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2479");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test2480() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2480");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
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.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.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test2481() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2481");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile23 = 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(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test2482() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2482");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
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.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test2483() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2483");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
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(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(profile16);
}
@Test
public void test2484() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2484");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> 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.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(commentList17);
}
@Test
public void test2485() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2485");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
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(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test2486() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2486");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
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.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.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test2487() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2487");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass13 = commentList12.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(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test2488() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2488");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
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);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test2489() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2489");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = 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.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test2490() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2490");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> 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.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);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test2491() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2491");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
comments.model.Profile profile23 = 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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test2492() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2492");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = 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(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(profile20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test2493() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2493");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNotNull(commentList7);
}
@Test
public void test2494() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2494");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
}
@Test
public void test2495() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2495");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> 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(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test2496() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2496");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> 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.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test2497() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2497");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList17 = 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.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test2498() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2498");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> 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<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
comments.model.Profile profile24 = 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.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test2499() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2499");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test2500() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest4.test2500");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
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.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
}
}