sqt/assignment-w13/comments-api/src/test/java/randoopWithoutOracle/RegressionTest6.java

15853 lines
949 KiB
Java

package randoopWithoutOracle;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class RegressionTest6 {
public static boolean debug = false;
@Test
public void test3001() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3001");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3002() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3002");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
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.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.assertNotNull(commentList21);
}
@Test
public void test3003() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3003");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3004() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3004");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test3005() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3005");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3006() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3006");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test3007() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3007");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3008() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3008");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3009() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3009");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass21 = comment20.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3010() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3010");
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("");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNotNull(commentList7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test3011() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3011");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
java.lang.Class<?> wildcardClass25 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(wildcardClass25);
}
@Test
public void test3012() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3012");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3013() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3013");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3014() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3014");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test3015() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3015");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass19 = profileList18.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test3016() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3016");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3017() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3017");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList24);
org.junit.Assert.assertNotNull(commentList25);
}
@Test
public void test3018() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3018");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3019() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3019");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList5 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(commentList5);
}
@Test
public void test3020() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3020");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass18 = commentList17.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3021() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3021");
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();
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);
}
@Test
public void test3022() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3022");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3023() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3023");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test3024() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3024");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3025() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3025");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test3026() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3026");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test3027() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3027");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test3028() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3028");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test3029() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3029");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList27 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment29 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment31 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(profileList27);
org.junit.Assert.assertNull(comment29);
org.junit.Assert.assertNull(comment31);
}
@Test
public void test3030() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3030");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(comment8);
}
@Test
public void test3031() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3031");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
java.lang.Class<?> wildcardClass22 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test3032() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3032");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3033() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3033");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3034() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3034");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
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();
comments.model.Comment comment21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test3035() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3035");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test3036() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3036");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3037() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3037");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3038() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3038");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3039() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3039");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test3040() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3040");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile26 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile26);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(profileList25);
}
@Test
public void test3041() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3041");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test3042() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3042");
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.Comment comment8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile7);
}
@Test
public void test3043() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3043");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
}
@Test
public void test3044() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3044");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList26 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile27);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test3045() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3045");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test3046() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3046");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test3047() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3047");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test3048() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3048");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test3049() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3049");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3050() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3050");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3051() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3051");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(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 test3052() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3052");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test3053() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3053");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test3054() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3054");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3055() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3055");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList26 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment27);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(profileList25);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test3056() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3056");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test3057() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3057");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.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.assertNull(profile19);
}
@Test
public void test3058() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3058");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass15 = profile14.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test3059() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3059");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3060() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3060");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
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 test3061() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3061");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3062() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3062");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3063() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3063");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile27);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(commentList25);
org.junit.Assert.assertNotNull(commentList26);
}
@Test
public void test3064() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3064");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile14 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("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.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test3065() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3065");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3066() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3066");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
org.junit.Assert.assertNotNull(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);
}
@Test
public void test3067() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3067");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList22 = 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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test3068() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3068");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test3069() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3069");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test3070() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3070");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test3071() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3071");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test3072() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3072");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test3073() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3073");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass22 = commentList21.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test3074() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3074");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3075() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3075");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass20 = commentList19.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test3076() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3076");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3077() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3077");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3078() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3078");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile28 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNull(profile28);
}
@Test
public void test3079() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3079");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test3080() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3080");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("");
comments.model.Profile profile28 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNull(comment26);
org.junit.Assert.assertNull(profile28);
}
@Test
public void test3081() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3081");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test3082() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3082");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
}
@Test
public void test3083() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3083");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3084() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3084");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test3085() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3085");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass15 = commentList14.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test3086() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3086");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3087() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3087");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test3088() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3088");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.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 test3089() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3089");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test3090() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3090");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test3091() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3091");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test3092() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3092");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(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 test3093() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3093");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3094() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3094");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass21 = profileList20.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test3095() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3095");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList9);
}
@Test
public void test3096() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3096");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment25 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment25);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test3097() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3097");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3098() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3098");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test3099() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3099");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3100() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3100");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3101() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3101");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3102() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3102");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList4 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList5 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass8 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(commentList4);
org.junit.Assert.assertNotNull(commentList5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(wildcardClass8);
}
@Test
public void test3103() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3103");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test3104() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3104");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3105() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3105");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3106() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3106");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass15 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test3107() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3107");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3108() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3108");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test3109() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3109");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNotNull(commentList24);
}
@Test
public void test3110() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3110");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass9 = profileList8.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test3111() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3111");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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.assertNotNull(profileList20);
}
@Test
public void test3112() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3112");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test3113() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3113");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test3114() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3114");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test3115() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3115");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3116() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3116");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass25 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNotNull(commentList24);
org.junit.Assert.assertNotNull(wildcardClass25);
}
@Test
public void test3117() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3117");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test3118() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3118");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test3119() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3119");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test3120() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3120");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3121() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3121");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test3122() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3122");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass18 = profileList17.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3123() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3123");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.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.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(comment21);
}
@Test
public void test3124() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3124");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test3125() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3125");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test3126() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3126");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test3127() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3127");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test3128() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3128");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test3129() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3129");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3130() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3130");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test3131() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3131");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test3132() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3132");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3133() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3133");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
org.junit.Assert.assertNotNull(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 test3134() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3134");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test3135() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3135");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3136() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3136");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3137() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3137");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3138() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3138");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
comments.model.Comment comment24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3139() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3139");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test3140() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3140");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3141() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3141");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test3142() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3142");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3143() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3143");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile27 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNull(profile27);
}
@Test
public void test3144() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3144");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test3145() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3145");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment25 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment25);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test3146() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3146");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3147() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3147");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test3148() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3148");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3149() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3149");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3150() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3150");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile26 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile26);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3151() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3151");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3152() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3152");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test3153() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3153");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test3154() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3154");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test3155() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3155");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3156() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3156");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
org.junit.Assert.assertNotNull(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 test3157() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3157");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass22 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(wildcardClass22);
}
@Test
public void test3158() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3158");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3159() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3159");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3160() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3160");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3161() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3161");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test3162() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3162");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3163() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3163");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test3164() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3164");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass21 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test3165() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3165");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test3166() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3166");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass15 = profile14.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test3167() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3167");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3168() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3168");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3169() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3169");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
comments.model.Comment comment25 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment25);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test3170() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3170");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test3171() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3171");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass13 = commentList12.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test3172() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3172");
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.Comment comment10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNotNull(commentList7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test3173() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3173");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
org.junit.Assert.assertNotNull(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);
}
@Test
public void test3174() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3174");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test3175() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3175");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test3176() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3176");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test3177() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3177");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass19 = profileList18.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test3178() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3178");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(profile23);
}
@Test
public void test3179() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3179");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3180() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3180");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList7 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNotNull(commentList7);
}
@Test
public void test3181() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3181");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
}
@Test
public void test3182() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3182");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test3183() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3183");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3184() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3184");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3185() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3185");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3186() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3186");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test3187() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3187");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3188() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3188");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
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(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3189() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3189");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test3190() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3190");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test3191() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3191");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment26 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment26);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(profileList25);
}
@Test
public void test3192() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3192");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
comments.model.Profile profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test3193() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3193");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test3194() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3194");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment comment25 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment25);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3195() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3195");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3196() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3196");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3197() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3197");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass23 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(wildcardClass23);
}
@Test
public void test3198() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3198");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.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.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3199() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3199");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test3200() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3200");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test3201() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3201");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
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(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3202() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3202");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass18 = commentList17.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3203() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3203");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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(profileList14);
}
@Test
public void test3204() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3204");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
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(comment11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test3205() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3205");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass16 = 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(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test3206() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3206");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
mapCriticsRepository0.deleteProfile("");
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.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);
}
@Test
public void test3207() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3207");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
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);
}
@Test
public void test3208() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3208");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
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.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(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.assertNotNull(profileList18);
}
@Test
public void test3209() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3209");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test3210() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3210");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
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.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(commentList20);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test3211() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3211");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
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.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(commentList21);
}
@Test
public void test3212() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3212");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass25 = profile24.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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.assertNull(profile22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3213() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3213");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3214() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3214");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass24 = comment23.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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3215() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3215");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass21 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test3216() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3216");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
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 test3217() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3217");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3218() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3218");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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 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.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.assertNull(comment21);
}
@Test
public void test3219() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3219");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("hi!");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3220() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3220");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
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(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3221() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3221");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
java.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(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test3222() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3222");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3223() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3223");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3224() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3224");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test3225() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3225");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test3226() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3226");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
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.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test3227() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3227");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
}
@Test
public void test3228() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3228");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile6 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Comment comment9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNull(comment8);
}
@Test
public void test3229() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3229");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test3230() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3230");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3231() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3231");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3232() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3232");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test3233() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3233");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test3234() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3234");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3235() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3235");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList4 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile5 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile5);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(commentList4);
}
@Test
public void test3236() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3236");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test3237() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3237");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3238() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3238");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3239() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3239");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3240() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3240");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test3241() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3241");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3242() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3242");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test3243() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3243");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.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.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(profileList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test3244() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3244");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3245() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3245");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3246() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3246");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3247() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3247");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.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(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test3248() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3248");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test3249() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3249");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList9);
}
@Test
public void test3250() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3250");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test3251() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3251");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList24 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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.assertNotNull(commentList23);
org.junit.Assert.assertNotNull(commentList24);
}
@Test
public void test3252() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3252");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test3253() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3253");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test3254() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3254");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
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.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3255() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3255");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3256() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3256");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass15 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test3257() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3257");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3258() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3258");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass9 = profileList8.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test3259() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3259");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.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.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test3260() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3260");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test3261() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3261");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
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(profile12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3262() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3262");
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("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
}
@Test
public void test3263() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3263");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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.assertNotNull(profileList23);
}
@Test
public void test3264() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3264");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test3265() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3265");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test3266() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3266");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test3267() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3267");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3268() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3268");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test3269() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3269");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3270() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3270");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
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.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3271() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3271");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
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.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3272() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3272");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3273() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3273");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test3274() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3274");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment26 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment26);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(commentList25);
}
@Test
public void test3275() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3275");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile6 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test3276() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3276");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
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(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test3277() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3277");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment> commentList18 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test3278() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3278");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass20 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test3279() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3279");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test3280() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3280");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test3281() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3281");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment> commentList18 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile24 = 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.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3282() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3282");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
comments.model.Comment comment26 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment26);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.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);
}
@Test
public void test3283() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3283");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test3284() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3284");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile26 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNotNull(profileList23);
org.junit.Assert.assertNotNull(profileList24);
org.junit.Assert.assertNull(profile26);
}
@Test
public void test3285() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3285");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test3286() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3286");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = 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(commentList12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test3287() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3287");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test3288() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3288");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test3289() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3289");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3290() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3290");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3291() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3291");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass17 = comment16.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3292() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3292");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test3293() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3293");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList24 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test3294() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3294");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(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);
}
@Test
public void test3295() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3295");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass20 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test3296() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3296");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3297() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3297");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment19 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3298() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3298");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test3299() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3299");
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("");
java.lang.Class<?> wildcardClass9 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test3300() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3300");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.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.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test3301() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3301");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test3302() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3302");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass15 = profileList14.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test3303() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3303");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3304() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3304");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test3305() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3305");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test3306() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3306");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test3307() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3307");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = mapCriticsRepository0.getComment("");
comments.model.Profile profile21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3308() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3308");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test3309() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3309");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile25 = mapCriticsRepository0.getProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile25);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test3310() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3310");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test3311() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3311");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
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.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3312() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3312");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test3313() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3313");
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("");
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);
}
@Test
public void test3314() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3314");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3315() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3315");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3316() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3316");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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(profileList17);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3317() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3317");
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("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test3318() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3318");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3319() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3319");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
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(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test3320() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3320");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
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();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
}
@Test
public void test3321() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3321");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test3322() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3322");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test3323() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3323");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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);
}
@Test
public void test3324() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3324");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
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(profileList11);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3325() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3325");
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("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test3326() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3326");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3327() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3327");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList25 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(comment24);
org.junit.Assert.assertNotNull(commentList25);
}
@Test
public void test3328() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3328");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test3329() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3329");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
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.addComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test3330() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3330");
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!");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test3331() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3331");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test3332() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3332");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test3333() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3333");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test3334() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3334");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3335() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3335");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test3336() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3336");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test3337() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3337");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList21 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3338() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3338");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(profile22);
}
@Test
public void test3339() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3339");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
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(comment12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3340() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3340");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
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.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3341() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3341");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
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.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3342() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3342");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3343() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3343");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test3344() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3344");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3345() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3345");
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.lang.Class<?> wildcardClass8 = 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(wildcardClass8);
}
@Test
public void test3346() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3346");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
}
@Test
public void test3347() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3347");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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(commentList16);
}
@Test
public void test3348() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3348");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
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.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(commentList24);
}
@Test
public void test3349() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3349");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
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(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3350() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3350");
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("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("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.assertNotNull(profileList11);
}
@Test
public void test3351() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3351");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3352() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3352");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
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(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3353() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3353");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNotNull(commentList23);
}
@Test
public void test3354() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3354");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3355() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3355");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test3356() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3356");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment19 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(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(comment19);
}
@Test
public void test3357() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3357");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3358() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3358");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test3359() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3359");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile22 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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(profile22);
}
@Test
public void test3360() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3360");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3361() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3361");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
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);
}
@Test
public void test3362() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3362");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile18 = 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.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(profileList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3363() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3363");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test3364() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3364");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test3365() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3365");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test3366() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3366");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
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(commentList9);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test3367() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3367");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(comment23);
}
@Test
public void test3368() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3368");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test3369() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3369");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test3370() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3370");
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("");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test3371() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3371");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList25 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNotNull(profileList25);
org.junit.Assert.assertNotNull(profileList26);
}
@Test
public void test3372() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3372");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test3373() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3373");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
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(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(profileList20);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test3374() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3374");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test3375() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3375");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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(profileList16);
}
@Test
public void test3376() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3376");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment23 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(comment21);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test3377() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3377");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3378() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3378");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment28 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment28);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test3379() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3379");
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("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment9);
}
@Test
public void test3380() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3380");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass23 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNotNull(wildcardClass23);
}
@Test
public void test3381() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3381");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment20 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList21 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNotNull(commentList21);
}
@Test
public void test3382() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3382");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test3383() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3383");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.lang.Class<?> wildcardClass9 = 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(profile8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test3384() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3384");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNull(profile19);
}
@Test
public void test3385() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3385");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.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(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);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3386() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3386");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3387() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3387");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test3388() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3388");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass24 = commentList23.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNotNull(commentList23);
org.junit.Assert.assertNotNull(wildcardClass24);
}
@Test
public void test3389() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3389");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
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(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNotNull(wildcardClass24);
}
@Test
public void test3390() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3390");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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 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.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);
}
@Test
public void test3391() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3391");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test3392() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3392");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3393() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3393");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3394() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3394");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass18 = comment17.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(profileList13);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3395() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3395");
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!");
java.lang.Class<?> wildcardClass7 = 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.assertNotNull(wildcardClass7);
}
@Test
public void test3396() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3396");
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("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass10 = commentList9.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test3397() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3397");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = 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(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3398() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3398");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
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(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3399() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3399");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
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.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment23);
org.junit.Assert.assertNotNull(profileList24);
}
@Test
public void test3400() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3400");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test3401() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3401");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
// 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(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);
}
@Test
public void test3402() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3402");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test3403() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3403");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test3404() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3404");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test3405() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3405");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
mapCriticsRepository0.deleteProfile("");
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(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test3406() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3406");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment> commentList17 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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(commentList17);
}
@Test
public void test3407() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3407");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test3408() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3408");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3409() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3409");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test3410() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3410");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3411() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3411");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test3412() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3412");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass21 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test3413() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3413");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass14 = profileList13.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test3414() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3414");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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(profileList19);
}
@Test
public void test3415() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3415");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
}
@Test
public void test3416() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3416");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
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.assertNotNull(commentList20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test3417() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3417");
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.Comment comment11 = mapCriticsRepository0.getComment("hi!");
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(comment11);
}
@Test
public void test3418() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3418");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass18 = profile17.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test3419() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3419");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3420() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3420");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList22 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList23 = mapCriticsRepository0.getAllProfiles();
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(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test3421() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3421");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(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);
}
@Test
public void test3422() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3422");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
comments.model.Comment comment10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
}
@Test
public void test3423() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3423");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test3424() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3424");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3425() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3425");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNull(comment22);
}
@Test
public void test3426() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3426");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test3427() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3427");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
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);
}
@Test
public void test3428() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3428");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
}
@Test
public void test3429() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3429");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass18 = profileList17.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3430() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3430");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList16 = 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(commentList16);
}
@Test
public void test3431() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3431");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
comments.model.Comment comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test3432() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3432");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3433() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3433");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3434() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3434");
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("");
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test3435() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3435");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3436() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3436");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test3437() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3437");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNotNull(commentList9);
}
@Test
public void test3438() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3438");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test3439() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3439");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile27 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile27);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(commentList22);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test3440() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3440");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(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);
}
@Test
public void test3441() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3441");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
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.addComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test3442() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3442");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
java.util.List<comments.model.Comment> commentList16 = 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.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test3443() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3443");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3444() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3444");
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.Profile profile10 = 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(profile10);
}
@Test
public void test3445() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3445");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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);
}
@Test
public void test3446() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3446");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
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.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(profileList20);
org.junit.Assert.assertNotNull(profileList21);
org.junit.Assert.assertNotNull(profileList22);
}
@Test
public void test3447() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3447");
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!");
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);
}
@Test
public void test3448() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3448");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.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.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test3449() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3449");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment24 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNull(comment24);
}
@Test
public void test3450() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3450");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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(profile19);
}
@Test
public void test3451() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3451");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test3452() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3452");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3453() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3453");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test3454() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3454");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test3455() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3455");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test3456() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3456");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList5 = mapCriticsRepository0.getAllProfiles();
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(comment2);
org.junit.Assert.assertNotNull(profileList5);
}
@Test
public void test3457() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3457");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 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.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test3458() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3458");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.lang.Class<?> wildcardClass12 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test3459() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3459");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3460() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3460");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment comment15 = mapCriticsRepository0.getComment("");
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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test3461() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3461");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test3462() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3462");
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!");
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
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.assertNotNull(commentList1);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test3463() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3463");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass13 = profileList12.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test3464() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3464");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
java.util.List<comments.model.Comment> commentList18 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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(commentList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test3465() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3465");
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("");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
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(commentList10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3466() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3466");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("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(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3467() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3467");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList15 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test3468() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3468");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
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.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test3469() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3469");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test3470() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3470");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(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);
}
@Test
public void test3471() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3471");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList23 = mapCriticsRepository0.getAllComments();
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.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.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(commentList23);
org.junit.Assert.assertNull(comment25);
}
@Test
public void test3472() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3472");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNotNull(profileList23);
}
@Test
public void test3473() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3473");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("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(comment14);
}
@Test
public void test3474() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3474");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
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.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test3475() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3475");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
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.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.assertNotNull(wildcardClass20);
}
@Test
public void test3476() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3476");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment comment23 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment23);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test3477() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3477");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3478() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3478");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test3479() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3479");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Profile profile19 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment21 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(comment21);
}
@Test
public void test3480() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3480");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
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(comment12);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test3481() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3481");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
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.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test3482() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3482");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(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);
}
@Test
public void test3483() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3483");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test3484() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3484");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
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.assertNotNull(commentList10);
}
@Test
public void test3485() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3485");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile22 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(profile22);
org.junit.Assert.assertNull(comment26);
}
@Test
public void test3486() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3486");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test3487() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3487");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test3488() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3488");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment22 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment22);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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);
}
@Test
public void test3489() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3489");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test3490() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3490");
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();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
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.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNotNull(commentList7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test3491() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3491");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test3492() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3492");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test3493() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3493");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
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.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test3494() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3494");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList4 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList5 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(commentList4);
org.junit.Assert.assertNotNull(commentList5);
org.junit.Assert.assertNull(comment7);
}
@Test
public void test3495() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3495");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test3496() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3496");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test3497() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3497");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
java.util.List<comments.model.Comment> commentList22 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment25 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addComment(comment25);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getUserName()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList20);
org.junit.Assert.assertNotNull(commentList21);
org.junit.Assert.assertNotNull(commentList22);
}
@Test
public void test3498() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3498");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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!");
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test3499() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3499");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile20 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment22 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile24 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment26 = mapCriticsRepository0.getComment("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass27 = comment26.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(profile20);
org.junit.Assert.assertNull(comment22);
org.junit.Assert.assertNull(profile24);
org.junit.Assert.assertNull(comment26);
}
@Test
public void test3500() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest6.test3500");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment14);
}
}