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

9998 lines
601 KiB
Java

package randoopWithOracle;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class RegressionTest9 {
public static boolean debug = false;
@Test
public void test4501() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4501");
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("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
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(commentList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test4502() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4502");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test4503() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4503");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test4504() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4504");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test4505() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4505");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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.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);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test4506() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4506");
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();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
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.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(profileList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test4507() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4507");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test4508() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4508");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test4509() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4509");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4510() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4510");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test4511() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4511");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test4512() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4512");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test4513() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4513");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
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.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(profileList22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test4514() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4514");
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("");
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 test4515() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4515");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(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(commentList17);
}
@Test
public void test4516() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4516");
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.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test4517() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4517");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test4518() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4518");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile25 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
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.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.assertNull(profile25);
org.junit.Assert.assertNotNull(commentList26);
org.junit.Assert.assertNotNull(profileList27);
}
@Test
public void test4519() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4519");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test4520() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4520");
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!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test4521() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4521");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test4522() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4522");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass16 = comment15.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test4523() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4523");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.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(commentList19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test4524() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4524");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test4525() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4525");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile25 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment28 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment30 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList31 = 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.assertNotNull(commentList21);
org.junit.Assert.assertNull(profile25);
org.junit.Assert.assertNotNull(commentList26);
org.junit.Assert.assertNull(comment28);
org.junit.Assert.assertNull(comment30);
org.junit.Assert.assertNotNull(commentList31);
}
@Test
public void test4526() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4526");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile28 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList29 = 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(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNull(comment26);
org.junit.Assert.assertNull(profile28);
org.junit.Assert.assertNotNull(profileList29);
}
@Test
public void test4527() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4527");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 profile15 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test4528() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4528");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("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);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test4529() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4529");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test4530() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4530");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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(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 test4531() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4531");
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();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNotNull(commentList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test4532() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4532");
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();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = 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(commentList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test4533() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4533");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.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);
}
@Test
public void test4534() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4534");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
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.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test4535() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4535");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.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.assertNotNull(profileList23);
}
@Test
public void test4536() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4536");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test4537() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4537");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList19 = 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.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test4538() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4538");
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();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
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.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test4539() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4539");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
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.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4540() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4540");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("");
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(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(profileList22);
}
@Test
public void test4541() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4541");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test4542() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4542");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4543() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4543");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile27 = 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.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(commentList25);
org.junit.Assert.assertNull(profile27);
}
@Test
public void test4544() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4544");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList10 = mapCriticsRepository0.getAllComments();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test4545() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4545");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4546() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4546");
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 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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test4547() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4547");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.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.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test4548() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4548");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 profile19 = 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(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);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4549() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4549");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment19 = 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(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test4550() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4550");
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("");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test4551() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4551");
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("");
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.assertNotNull(commentList1);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test4552() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4552");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(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);
org.junit.Assert.assertNotNull(commentList24);
}
@Test
public void test4553() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4553");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList23 = 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.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test4554() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4554");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.assertNull(comment21);
}
@Test
public void test4555() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4555");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test4556() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4556");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4557() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4557");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList5 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNotNull(profileList5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
}
@Test
public void test4558() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4558");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4559() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4559");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4560() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4560");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test4561() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4561");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test4562() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4562");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile16 = mapCriticsRepository0.getProfile("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.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(profile16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test4563() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4563");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
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(profile7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test4564() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4564");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
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(profileList9);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test4565() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4565");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
org.junit.Assert.assertNotNull(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 test4566() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4566");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test4567() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4567");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
comments.model.Profile profile25 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile25);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test4568() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4568");
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.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test4569() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4569");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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();
org.junit.Assert.assertNotNull(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.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test4570() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4570");
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();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(profile13);
}
@Test
public void test4571() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4571");
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!");
mapCriticsRepository0.deleteProfile("hi!");
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 test4572() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4572");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(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(profileList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4573() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4573");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.util.List<comments.model.Profile> profileList17 = 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.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test4574() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4574");
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();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("hi!");
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);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test4575() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4575");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4576() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4576");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test4577() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4577");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4578() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4578");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test4579() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4579");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass20 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test4580() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4580");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList3 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile6 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass10 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test4581() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4581");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.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.assertNull(comment21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test4582() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4582");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test4583() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4583");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
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.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);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test4584() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4584");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment21 = mapCriticsRepository0.getComment("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(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);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test4585() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4585");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test4586() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4586");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test4587() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4587");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 profile25 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList26 = 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.assertNull(comment20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNull(profile25);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test4588() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4588");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = 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.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test4589() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4589");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("");
comments.model.Comment comment28 = 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.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);
org.junit.Assert.assertNull(comment26);
org.junit.Assert.assertNull(comment28);
}
@Test
public void test4590() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4590");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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();
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(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test4591() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4591");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment25 = 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(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(comment25);
}
@Test
public void test4592() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4592");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4593() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4593");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test4594() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4594");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4595() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4595");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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 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(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test4596() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4596");
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();
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = 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);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test4597() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4597");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test4598() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4598");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNotNull(commentList24);
org.junit.Assert.assertNotNull(commentList25);
}
@Test
public void test4599() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4599");
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.lang.Class<?> wildcardClass11 = 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.assertNotNull(wildcardClass11);
}
@Test
public void test4600() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4600");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test4601() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4601");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList18 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.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(commentList18);
}
@Test
public void test4602() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4602");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test4603() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4603");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4604() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4604");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(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.assertNull(profile20);
}
@Test
public void test4605() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4605");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test4606() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4606");
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("");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test4607() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4607");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 comment23 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile26 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment28 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList29 = 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.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList24);
org.junit.Assert.assertNull(profile26);
org.junit.Assert.assertNull(comment28);
org.junit.Assert.assertNotNull(profileList29);
}
@Test
public void test4608() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4608");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4609() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4609");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
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(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test4610() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4610");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 profile26 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList27 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList28 = 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.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNull(profile26);
org.junit.Assert.assertNotNull(commentList27);
org.junit.Assert.assertNotNull(commentList28);
}
@Test
public void test4611() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4611");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4612() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4612");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile12 = 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.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test4613() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4613");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment25 = mapCriticsRepository0.getComment("");
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(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.assertNotNull(profileList23);
org.junit.Assert.assertNull(comment25);
org.junit.Assert.assertNotNull(commentList26);
}
@Test
public void test4614() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4614");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Profile profile19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test4615() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4615");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList27 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment29 = mapCriticsRepository0.getComment("");
comments.model.Profile profile31 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNull(comment25);
org.junit.Assert.assertNotNull(commentList26);
org.junit.Assert.assertNotNull(commentList27);
org.junit.Assert.assertNull(comment29);
org.junit.Assert.assertNull(profile31);
}
@Test
public void test4616() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4616");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test4617() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4617");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test4618() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4618");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList26 = 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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test4619() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4619");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = 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(commentList10);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test4620() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4620");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList19 = 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(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test4621() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4621");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test4622() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4622");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass26 = profileList25.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(comment19);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(profileList25);
org.junit.Assert.assertNotNull(wildcardClass26);
}
@Test
public void test4623() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4623");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test4624() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4624");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test4625() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4625");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test4626() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4626");
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();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
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(profileList7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test4627() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4627");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
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(profile10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test4628() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4628");
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.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.assertNull(profile4);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test4629() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4629");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.util.List<comments.model.Profile> profileList18 = 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(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(profileList18);
}
@Test
public void test4630() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4630");
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.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNotNull(commentList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test4631() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4631");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
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(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test4632() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4632");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test4633() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4633");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment25 = 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(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(commentList23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test4634() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4634");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("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.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.assertNull(profile18);
}
@Test
public void test4635() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4635");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList18 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList26 = mapCriticsRepository0.getAllProfiles();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(profileList25);
org.junit.Assert.assertNotNull(profileList26);
org.junit.Assert.assertNotNull(profileList27);
}
@Test
public void test4636() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4636");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
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.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test4637() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4637");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test4638() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4638");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("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.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test4639() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4639");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test4640() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4640");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment17 = mapCriticsRepository0.getComment("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4641() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4641");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile8 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList10 = 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(profile8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test4642() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4642");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test4643() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4643");
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();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
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.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);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test4644() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4644");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
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.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(profileList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4645() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4645");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.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.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test4646() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4646");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test4647() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4647");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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.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.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4648() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4648");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test4649() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4649");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.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(profileList23);
}
@Test
public void test4650() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4650");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(profileList25);
org.junit.Assert.assertNotNull(commentList26);
}
@Test
public void test4651() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4651");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test4652() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4652");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = 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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test4653() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4653");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
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(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test4654() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4654");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test4655() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4655");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test4656() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4656");
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();
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.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test4657() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4657");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.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(commentList20);
}
@Test
public void test4658() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4658");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test4659() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4659");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4660() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4660");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment19 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
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.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4661() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4661");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test4662() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4662");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test4663() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4663");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = 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(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4664() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4664");
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.Comment comment12 = mapCriticsRepository0.getComment("hi!");
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(comment12);
}
@Test
public void test4665() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4665");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
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(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(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test4666() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4666");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList21 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile25 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNull(profile25);
}
@Test
public void test4667() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4667");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
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.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test4668() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4668");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4669() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4669");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test4670() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4670");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
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.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test4671() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4671");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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(profileList13);
}
@Test
public void test4672() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4672");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("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.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 test4673() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4673");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList19 = 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.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test4674() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4674");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment17 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("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.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4675() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4675");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment16 = mapCriticsRepository0.getComment("");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test4676() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4676");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(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 test4677() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4677");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList24 = 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.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(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test4678() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4678");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test4679() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4679");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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.assertNotNull(profileList18);
}
@Test
public void test4680() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4680");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test4681() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4681");
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!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass14 = 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.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test4682() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4682");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList16 = mapCriticsRepository0.getAllComments();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test4683() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4683");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Profile> profileList1 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList2 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(profileList1);
org.junit.Assert.assertNotNull(commentList2);
}
@Test
public void test4684() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4684");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test4685() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4685");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
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.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(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test4686() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4686");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4687() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4687");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
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(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test4688() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4688");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test4689() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4689");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test4690() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4690");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = 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(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test4691() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4691");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("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.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(profile20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test4692() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4692");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test4693() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4693");
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("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
}
@Test
public void test4694() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4694");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
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.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test4695() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4695");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile20 = 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.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(commentList17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test4696() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4696");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
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(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4697() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4697");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test4698() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4698");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test4699() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4699");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test4700() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4700");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test4701() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4701");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile25 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment27 = mapCriticsRepository0.getComment("");
comments.model.Comment comment29 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile30 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile30);
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(profileList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNull(profile25);
org.junit.Assert.assertNull(comment27);
org.junit.Assert.assertNull(comment29);
}
@Test
public void test4702() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4702");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
comments.model.Comment comment25 = 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.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test4703() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4703");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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();
java.lang.Class<?> wildcardClass17 = profileList16.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test4704() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4704");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test4705() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4705");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4706() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4706");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList26 = 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(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.assertNotNull(commentList26);
}
@Test
public void test4707() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4707");
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.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.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(comment20);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test4708() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4708");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test4709() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4709");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.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(profileList17);
}
@Test
public void test4710() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4710");
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.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment6 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNull(profile8);
}
@Test
public void test4711() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4711");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile27 = 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(comment19);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(commentList25);
org.junit.Assert.assertNull(profile27);
}
@Test
public void test4712() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4712");
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.Profile profile7 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass10 = profile9.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(profile7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test4713() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4713");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass20 = profileList19.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test4714() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4714");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.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);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4715() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4715");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test4716() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4716");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.lang.Class<?> wildcardClass22 = profileList21.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(profile20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test4717() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4717");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile25 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment27 = mapCriticsRepository0.getComment("");
comments.model.Comment comment28 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment28);
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.assertNull(profile25);
org.junit.Assert.assertNull(comment27);
}
@Test
public void test4718() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4718");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test4719() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4719");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass15 = profile14.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test4720() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4720");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass17 = profileList16.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test4721() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4721");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4722() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4722");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
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.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test4723() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4723");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test4724() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4724");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("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.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.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test4725() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4725");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
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(comment12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test4726() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4726");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.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(profileList19);
}
@Test
public void test4727() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4727");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment12 = mapCriticsRepository0.getComment("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test4728() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4728");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test4729() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4729");
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("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
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);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test4730() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4730");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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(profileList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test4731() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4731");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test4732() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4732");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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();
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(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test4733() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4733");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass20 = profile19.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4734() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4734");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass16 = commentList15.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test4735() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4735");
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();
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.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test4736() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4736");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
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.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.assertNotNull(profileList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test4737() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4737");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment25 = 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.assertNull(profile22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test4738() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4738");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test4739() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4739");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4740() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4740");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
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.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);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test4741() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4741");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.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.assertNotNull(wildcardClass17);
}
@Test
public void test4742() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4742");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("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.assertNull(comment13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4743() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4743");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test4744() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4744");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("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(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4745() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4745");
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();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
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.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);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test4746() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4746");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass22 = profile21.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(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4747() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4747");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.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(profileList24);
}
@Test
public void test4748() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4748");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
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(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test4749() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4749");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test4750() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4750");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment25 = 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(profileList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test4751() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4751");
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();
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test4752() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4752");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.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.assertNotNull(commentList20);
}
@Test
public void test4753() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4753");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(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(commentList20);
}
@Test
public void test4754() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4754");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4755() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4755");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 profile19 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4756() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4756");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(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);
}
@Test
public void test4757() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4757");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList24 = 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(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test4758() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4758");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
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(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test4759() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4759");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test4760() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4760");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("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(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test4761() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4761");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test4762() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4762");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test4763() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4763");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test4764() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4764");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test4765() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4765");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.lang.Class<?> wildcardClass16 = profileList15.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test4766() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4766");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Profile profile22 = 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(profileList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test4767() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4767");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.assertNull(profile19);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test4768() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4768");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4769() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4769");
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("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass8 = comment7.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNotNull(commentList5);
org.junit.Assert.assertNull(comment7);
}
@Test
public void test4770() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4770");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Profile profile22 = 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.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test4771() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4771");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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.assertNull(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test4772() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4772");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment comment18 = mapCriticsRepository0.getComment("");
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(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);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test4773() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4773");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4774() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4774");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.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(profile25);
}
@Test
public void test4775() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4775");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
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(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test4776() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4776");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.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.assertNotNull(profileList24);
}
@Test
public void test4777() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4777");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test4778() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4778");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass15 = comment14.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.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test4779() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4779");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test4780() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4780");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test4781() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4781");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test4782() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4782");
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!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test4783() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4783");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList18 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("hi!");
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.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(comment26);
org.junit.Assert.assertNotNull(commentList27);
}
@Test
public void test4784() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4784");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
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(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test4785() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4785");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
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(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test4786() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4786");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass22 = profileList21.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(profileList16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test4787() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4787");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList24 = 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(comment12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test4788() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4788");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test4789() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4789");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
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(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test4790() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4790");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4791() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4791");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass16 = profile15.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test4792() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4792");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test4793() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4793");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test4794() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4794");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test4795() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4795");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
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.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(wildcardClass22);
}
@Test
public void test4796() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4796");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile21 = 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.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test4797() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4797");
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();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(comment9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test4798() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4798");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
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.assertNotNull(profileList22);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test4799() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4799");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList23 = 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(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test4800() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4800");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test4801() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4801");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList27 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass28 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNull(comment25);
org.junit.Assert.assertNotNull(commentList26);
org.junit.Assert.assertNotNull(commentList27);
org.junit.Assert.assertNotNull(wildcardClass28);
}
@Test
public void test4802() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4802");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList5 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment6 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment6);
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(profile4);
org.junit.Assert.assertNotNull(profileList5);
}
@Test
public void test4803() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4803");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList23 = 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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test4804() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4804");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
org.junit.Assert.assertNotNull(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);
}
@Test
public void test4805() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4805");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test4806() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4806");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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.assertNotNull(profileList21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test4807() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4807");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test4808() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4808");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test4809() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4809");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test4810() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4810");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test4811() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4811");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.assertNotNull(profileList12);
}
@Test
public void test4812() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4812");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
mapCriticsRepository0.deleteProfile("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(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test4813() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4813");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test4814() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4814");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Profile profile11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test4815() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4815");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass23 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNotNull(wildcardClass23);
}
@Test
public void test4816() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4816");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("hi!");
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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test4817() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4817");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
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.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test4818() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4818");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.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.assertNotNull(wildcardClass24);
}
@Test
public void test4819() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4819");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile26 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList27 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment29 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNull(profile26);
org.junit.Assert.assertNotNull(profileList27);
org.junit.Assert.assertNull(comment29);
}
@Test
public void test4820() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest9.test4820");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
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.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.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(commentList21);
}
}