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

14179 lines
828 KiB
Java

package randoopWithOracle;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class RegressionTest0 {
public static boolean debug = false;
@Test
public void test0001() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0001");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.lang.Class<?> wildcardClass1 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(wildcardClass1);
}
@Test
public void test0002() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0002");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Profile profile1 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile1);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
}
@Test
public void test0003() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0003");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment1 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment1);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
}
@Test
public void test0004() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0004");
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 profile6 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile6);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
}
@Test
public void test0005() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0005");
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 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(profileList3);
}
@Test
public void test0006() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0006");
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.lang.Class<?> wildcardClass6 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(wildcardClass6);
}
@Test
public void test0007() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0007");
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 comment5 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment5);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
}
@Test
public void test0008() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0008");
java.lang.Object obj0 = new java.lang.Object();
java.lang.Class<?> wildcardClass1 = obj0.getClass();
org.junit.Assert.assertNotNull(wildcardClass1);
}
@Test
public void test0009() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0009");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
}
@Test
public void test0010() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0010");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0011() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0011");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test0012() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0012");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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.lang.Class<?> wildcardClass8 = 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(wildcardClass8);
}
@Test
public void test0013() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0013");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile6 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile6);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
}
@Test
public void test0014() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0014");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 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(profile13);
}
@Test
public void test0015() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0015");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 comment8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
}
@Test
public void test0016() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0016");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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.Comment comment8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
}
@Test
public void test0017() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0017");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test0018() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0018");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.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 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);
}
@Test
public void test0019() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0019");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
}
@Test
public void test0020() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0020");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 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.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0021() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0021");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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 comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test0022() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0022");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.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(profile11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0023() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0023");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0024() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0024");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 comment8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test0025() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0025");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0026() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0026");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass8 = 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(wildcardClass8);
}
@Test
public void test0027() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0027");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0028() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0028");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0029() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0029");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.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.assertNotNull(wildcardClass9);
}
@Test
public void test0030() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0030");
comments.repository.MapCriticsRepository mapCriticsRepository0 = new comments.repository.MapCriticsRepository();
comments.model.Profile profile1 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile1);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
}
@Test
public void test0031() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0031");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment4 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment4);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
}
@Test
public void test0032() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0032");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass11 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test0033() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0033");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Comment 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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
}
@Test
public void test0034() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0034");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile2 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile2);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.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);
}
@Test
public void test0035() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0035");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass12 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0036() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0036");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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 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(profile11);
}
@Test
public void test0037() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0037");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 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(profileList3);
org.junit.Assert.assertNull(profile5);
}
@Test
public void test0038() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0038");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
}
@Test
public void test0039() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0039");
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.Profile profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test0040() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0040");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass15 = comment14.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0041() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0041");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0042() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0042");
comments.repository.MapCriticsRepository mapCriticsRepository0 = new comments.repository.MapCriticsRepository();
java.lang.Class<?> wildcardClass1 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(wildcardClass1);
}
@Test
public void test0043() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0043");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0044() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0044");
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 comment7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
}
@Test
public void test0045() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0045");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
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.assertNotNull(profileList14);
}
@Test
public void test0046() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0046");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<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 profile7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
}
@Test
public void test0047() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0047");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test0048() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0048");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0049() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0049");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass12 = profile11.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test0050() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0050");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0051() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0051");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass2 = commentList1.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(wildcardClass2);
}
@Test
public void test0052() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0052");
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.Comment comment7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
}
@Test
public void test0053() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0053");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0054() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0054");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0055() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0055");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0056() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0056");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.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.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(comment11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0057() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0057");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0058() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0058");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0059() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0059");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
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(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0060() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0060");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass5 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNotNull(wildcardClass5);
}
@Test
public void test0061() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0061");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile3 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile3);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
}
@Test
public void test0062() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0062");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0063() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0063");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile4 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile4);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
}
@Test
public void test0064() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0064");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass10 = commentList9.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(commentList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test0065() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0065");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
}
@Test
public void test0066() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0066");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass10 = profileList9.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test0067() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0067");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0068() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0068");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0069() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0069");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0070() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0070");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test0071() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0071");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 profile11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test0072() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0072");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass10 = profile9.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test0073() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0073");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0074() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0074");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0075() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0075");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 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);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0076() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0076");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile5 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile5);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
}
@Test
public void test0077() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0077");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0078() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0078");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 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(profile11);
}
@Test
public void test0079() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0079");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0080() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0080");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0081() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0081");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0082() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0082");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0083() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0083");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
}
@Test
public void test0084() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0084");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0085() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0085");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0086() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0086");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
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(comment10);
}
@Test
public void test0087() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0087");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass12 = comment11.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0088() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0088");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test0089() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0089");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
// 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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0090() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0090");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0091() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0091");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0092() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0092");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0093() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0093");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0094() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0094");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 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.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0095() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0095");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 profile9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0096() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0096");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test0097() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0097");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test0098() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0098");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0099() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0099");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(profileList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0100() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0100");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0101() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0101");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass11 = comment10.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0102() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0102");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass16 = comment15.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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);
}
@Test
public void test0103() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0103");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0104() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0104");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0105() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0105");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.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(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0106() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0106");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0107() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0107");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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("");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0108() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0108");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass10 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test0109() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0109");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.lang.Class<?> wildcardClass12 = profileList11.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0110() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0110");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 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(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test0111() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0111");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass16 = commentList15.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0112() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0112");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.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.assertNotNull(commentList12);
}
@Test
public void test0113() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0113");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.lang.Class<?> wildcardClass14 = profileList13.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0114() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0114");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0115() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0115");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment13 = mapCriticsRepository0.getComment("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0116() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0116");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
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(profile13);
}
@Test
public void test0117() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0117");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0118() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0118");
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.lang.Class<?> wildcardClass7 = profileList6.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNotNull(wildcardClass7);
}
@Test
public void test0119() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0119");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test0120() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0120");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.lang.Class<?> wildcardClass7 = commentList6.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(wildcardClass7);
}
@Test
public void test0121() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0121");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment3 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment3);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
}
@Test
public void test0122() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0122");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass4 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(wildcardClass4);
}
@Test
public void test0123() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0123");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
java.lang.Class<?> wildcardClass10 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test0124() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0124");
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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass7 = comment6.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment6);
}
@Test
public void test0125() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0125");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass14 = profileList13.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0126() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0126");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass4 = profileList3.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(wildcardClass4);
}
@Test
public void test0127() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0127");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0128() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0128");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0129() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0129");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test0130() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0130");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test0131() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0131");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0132() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0132");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
mapCriticsRepository0.deleteProfile("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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
}
@Test
public void test0133() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0133");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.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(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0134() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0134");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test0135() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0135");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
}
@Test
public void test0136() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0136");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test0137() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0137");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("hi!");
comments.model.Comment comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0138() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0138");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 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.assertNotNull(profileList7);
}
@Test
public void test0139() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0139");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0140() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0140");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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("");
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 test0141() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0141");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0142() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0142");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0143() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0143");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<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("");
comments.model.Profile profile9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
}
@Test
public void test0144() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0144");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test0145() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0145");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass15 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0146() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0146");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass11 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test0147() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0147");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test0148() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0148");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
java.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0149() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0149");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0150() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0150");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0151() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0151");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0152() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0152");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0153() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0153");
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 profile7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
}
@Test
public void test0154() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0154");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0155() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0155");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0156() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0156");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test0157() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0157");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0158() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0158");
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 profile6 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile6);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
}
@Test
public void test0159() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0159");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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 profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0160() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0160");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test0161() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0161");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.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.assertNotNull(profileList10);
}
@Test
public void test0162() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0162");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList6);
}
@Test
public void test0163() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0163");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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.lang.Class<?> wildcardClass10 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test0164() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0164");
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();
java.lang.Class<?> wildcardClass8 = profileList7.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(wildcardClass8);
}
@Test
public void test0165() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0165");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test0166() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0166");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test0167() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0167");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0168() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0168");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment 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);
}
@Test
public void test0169() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0169");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0170() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0170");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0171() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0171");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass13 = profileList12.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0172() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0172");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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();
comments.model.Profile profile9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0173() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0173");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass2 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(wildcardClass2);
}
@Test
public void test0174() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0174");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0175() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0175");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass15 = commentList14.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0176() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0176");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test0177() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0177");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.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(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test0178() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0178");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0179() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0179");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<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("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass9 = profile8.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(profile8);
}
@Test
public void test0180() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0180");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test0181() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0181");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.Profile profile21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test0182() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0182");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test0183() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0183");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(comment9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0184() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0184");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.lang.Class<?> wildcardClass12 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0185() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0185");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
}
@Test
public void test0186() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0186");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass11 = profile10.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test0187() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0187");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList11 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test0188() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0188");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass13 = profile12.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(profile12);
}
@Test
public void test0189() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0189");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass14 = profile13.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0190() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0190");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass15 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0191() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0191");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.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 test0192() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0192");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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("");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0193() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0193");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.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(comment10);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0194() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0194");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass12 = profile11.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);
}
@Test
public void test0195() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0195");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test0196() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0196");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass9 = commentList8.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test0197() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0197");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 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(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0198() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0198");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
java.lang.Class<?> wildcardClass15 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0199() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0199");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.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);
}
@Test
public void test0200() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0200");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass18 = commentList17.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0201() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0201");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList4 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
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(profileList4);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(wildcardClass8);
}
@Test
public void test0202() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0202");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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!");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0203() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0203");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0204() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0204");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
comments.model.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test0205() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0205");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass17 = profileList16.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.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(wildcardClass17);
}
@Test
public void test0206() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0206");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0207() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0207");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment> commentList11 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test0208() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0208");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass16 = profileList15.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0209() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0209");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.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 test0210() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0210");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0211() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0211");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0212() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0212");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0213() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0213");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0214() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0214");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0215() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0215");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0216() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0216");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList3 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment4 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment4);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList3);
}
@Test
public void test0217() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0217");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0218() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0218");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("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);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0219() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0219");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test0220() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0220");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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("");
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test0221() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0221");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0222() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0222");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0223() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0223");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.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(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0224() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0224");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0225() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0225");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0226() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0226");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0227() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0227");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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 profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0228() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0228");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(commentList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0229() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0229");
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();
comments.model.Profile profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test0230() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0230");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment9 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0231() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0231");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test0232() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0232");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass4 = profileList3.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(wildcardClass4);
}
@Test
public void test0233() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0233");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0234() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0234");
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.lang.Class<?> wildcardClass7 = mapCriticsRepository0.getClass();
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(wildcardClass7);
}
@Test
public void test0235() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0235");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0236() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0236");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
java.lang.Class<?> wildcardClass12 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0237() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0237");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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 profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test0238() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0238");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test0239() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0239");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
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(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0240() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0240");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
java.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(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0241() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0241");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0242() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0242");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
comments.model.Profile profile4 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment6 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment7 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment7);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNull(comment6);
}
@Test
public void test0243() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0243");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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 comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0244() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0244");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0245() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0245");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0246() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0246");
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 profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNull(comment7);
}
@Test
public void test0247() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0247");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0248() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0248");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
// 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.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 test0249() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0249");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile profile11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0250() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0250");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.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.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(wildcardClass15);
}
@Test
public void test0251() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0251");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
mapCriticsRepository0.deleteProfile("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);
}
@Test
public void test0252() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0252");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0253() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0253");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0254() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0254");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test0255() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0255");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test0256() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0256");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0257() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0257");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment9);
}
@Test
public void test0258() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0258");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile4 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile4);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.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);
}
@Test
public void test0259() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0259");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0260() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0260");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
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(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.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0261() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0261");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0262() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0262");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass11 = profileList10.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test0263() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0263");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.lang.Class<?> wildcardClass12 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0264() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0264");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0265() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0265");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test0266() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0266");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.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(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0267() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0267");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test0268() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0268");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0269() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0269");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass9 = comment8.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
}
@Test
public void test0270() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0270");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.lang.Class<?> wildcardClass15 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0271() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0271");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test0272() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0272");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test0273() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0273");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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("");
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.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0274() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0274");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
// 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(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test0275() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0275");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0276() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0276");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0277() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0277");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
org.junit.Assert.assertNotNull(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 test0278() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0278");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0279() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0279");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
comments.model.Comment comment8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
}
@Test
public void test0280() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0280");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
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.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0281() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0281");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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(wildcardClass14);
}
@Test
public void test0282() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0282");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList9);
}
@Test
public void test0283() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0283");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0284() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0284");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.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.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test0285() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0285");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.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.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(wildcardClass17);
}
@Test
public void test0286() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0286");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0287() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0287");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0288() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0288");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
mapCriticsRepository0.deleteProfile("hi!");
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);
}
@Test
public void test0289() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0289");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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 profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0290() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0290");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test0291() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0291");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
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.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.assertNull(comment16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test0292() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0292");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0293() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0293");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test0294() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0294");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass13 = commentList12.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0295() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0295");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test0296() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0296");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0297() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0297");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass20 = profileList19.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test0298() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0298");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test0299() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0299");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0300() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0300");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0301() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0301");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0302() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0302");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0303() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0303");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("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(comment10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test0304() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0304");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test0305() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0305");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.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(comment13);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0306() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0306");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test0307() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0307");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.lang.Class<?> wildcardClass11 = commentList10.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(wildcardClass11);
}
@Test
public void test0308() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0308");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0309() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0309");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
}
@Test
public void test0310() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0310");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass14 = profileList13.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0311() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0311");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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!");
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0312() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0312");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0313() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0313");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0314() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0314");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
}
@Test
public void test0315() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0315");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass16 = profile15.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0316() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0316");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0317() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0317");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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();
java.lang.Class<?> wildcardClass16 = commentList15.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0318() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0318");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test0319() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0319");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.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.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test0320() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0320");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.Comment comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test0321() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0321");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0322() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0322");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.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);
}
@Test
public void test0323() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0323");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
comments.model.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(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test0324() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0324");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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);
}
@Test
public void test0325() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0325");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
}
@Test
public void test0326() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0326");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0327() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0327");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass15 = comment14.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.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(comment14);
}
@Test
public void test0328() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0328");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment5 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass7 = commentList6.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNull(comment5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(wildcardClass7);
}
@Test
public void test0329() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0329");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList9);
}
@Test
public void test0330() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0330");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test0331() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0331");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
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(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 test0332() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0332");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment4 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment4);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
}
@Test
public void test0333() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0333");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0334() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0334");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
comments.model.Comment comment18 = mapCriticsRepository0.getComment("");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test0335() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0335");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0336() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0336");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
}
@Test
public void test0337() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0337");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test0338() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0338");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0339() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0339");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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 profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test0340() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0340");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0341() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0341");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<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("");
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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(profile8);
}
@Test
public void test0342() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0342");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass14 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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(wildcardClass14);
}
@Test
public void test0343() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0343");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment13 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList16 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test0344() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0344");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0345() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0345");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
java.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0346() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0346");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test0347() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0347");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0348() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0348");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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("");
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(comment15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0349() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0349");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test0350() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0350");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
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(profile16);
}
@Test
public void test0351() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0351");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass21 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test0352() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0352");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile 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.assertNull(profile10);
}
@Test
public void test0353() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0353");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
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(profileList16);
}
@Test
public void test0354() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0354");
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.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0355() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0355");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList11 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test0356() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0356");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0357() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0357");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0358() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0358");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
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(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0359() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0359");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass21 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(commentList18);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test0360() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0360");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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();
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.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(profileList15);
}
@Test
public void test0361() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0361");
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.lang.Class<?> wildcardClass15 = 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(wildcardClass15);
}
@Test
public void test0362() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0362");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0363() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0363");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.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(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test0364() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0364");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList17 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList17);
}
@Test
public void test0365() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0365");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0366() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0366");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
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.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test0367() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0367");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
comments.model.Profile profile17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(commentList16);
}
@Test
public void test0368() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0368");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment18 = mapCriticsRepository0.getComment("hi!");
java.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test0369() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0369");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass16 = commentList15.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(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(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0370() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0370");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(commentList11);
}
@Test
public void test0371() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0371");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.lang.Class<?> wildcardClass20 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test0372() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0372");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList17 = mapCriticsRepository0.getAllComments();
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.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(commentList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0373() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0373");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment 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.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
}
@Test
public void test0374() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0374");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0375() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0375");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0376() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0376");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0377() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0377");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("");
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(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0378() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0378");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList6 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment10 = mapCriticsRepository0.getComment("");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0379() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0379");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.lang.Class<?> wildcardClass12 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0380() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0380");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0381() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0381");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList14 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass15 = commentList14.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0382() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0382");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test0383() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0383");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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 comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test0384() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0384");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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 profile8 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile8);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
}
@Test
public void test0385() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0385");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0386() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0386");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test0387() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0387");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.lang.Class<?> wildcardClass18 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList17);
org.junit.Assert.assertNotNull(wildcardClass18);
}
@Test
public void test0388() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0388");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test0389() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0389");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.Profile profile21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
org.junit.Assert.assertNull(comment20);
}
@Test
public void test0390() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0390");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList20 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile21 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile21);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList20);
}
@Test
public void test0391() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0391");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0392() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0392");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test0393() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0393");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile24 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile24);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test0394() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0394");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass12 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0395() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0395");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
mapCriticsRepository0.deleteProfile("");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test0396() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0396");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
java.lang.Class<?> wildcardClass15 = profileList14.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNotNull(wildcardClass15);
}
@Test
public void test0397() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0397");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.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.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
}
@Test
public void test0398() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0398");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment11 = mapCriticsRepository0.getComment("hi!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass12 = comment11.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(profile9);
org.junit.Assert.assertNull(comment11);
}
@Test
public void test0399() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0399");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0400() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0400");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.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.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(wildcardClass15);
}
@Test
public void test0401() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0401");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.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.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(wildcardClass20);
}
@Test
public void test0402() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0402");
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();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass9 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(profile4);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(wildcardClass9);
}
@Test
public void test0403() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0403");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
}
@Test
public void test0404() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0404");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
java.util.List<comments.model.Profile> profileList13 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0405() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0405");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test0406() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0406");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0407() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0407");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
}
@Test
public void test0408() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0408");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.Profile profile19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0409() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0409");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0410() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0410");
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!");
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.assertNull(profile4);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(profile10);
}
@Test
public void test0411() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0411");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 comment12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
}
@Test
public void test0412() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0412");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0413() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0413");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("");
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(comment12);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0414() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0414");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
java.util.List<comments.model.Comment> commentList1 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment5 = mapCriticsRepository0.getComment("");
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.assertNull(comment5);
org.junit.Assert.assertNotNull(commentList6);
}
@Test
public void test0415() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0415");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile12 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment14 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile18 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile 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(profile18);
}
@Test
public void test0416() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0416");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
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 test0417() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0417");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass20 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test0418() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0418");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList11 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass12 = commentList11.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(commentList11);
org.junit.Assert.assertNotNull(wildcardClass12);
}
@Test
public void test0419() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0419");
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!");
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.assertNotNull(profileList6);
org.junit.Assert.assertNotNull(profileList7);
}
@Test
public void test0420() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0420");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile12);
}
@Test
public void test0421() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0421");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
mapCriticsRepository0.deleteProfile("");
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.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test0422() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0422");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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();
java.lang.Class<?> wildcardClass13 = profileList12.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0423() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0423");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
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.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.assertNotNull(wildcardClass15);
}
@Test
public void test0424() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0424");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.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.assertNull(profile15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0425() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0425");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile17 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("");
comments.model.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(comment19);
}
@Test
public void test0426() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0426");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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("");
java.util.List<comments.model.Comment> commentList15 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNull(comment17);
}
@Test
public void test0427() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0427");
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();
java.lang.Class<?> wildcardClass5 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNotNull(commentList1);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNotNull(wildcardClass5);
}
@Test
public void test0428() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0428");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Comment> commentList10 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0429() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0429");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
java.util.List<comments.model.Profile> profileList14 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile16 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
}
@Test
public void test0430() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0430");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test0431() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0431");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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!");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass22 = profile21.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile19);
org.junit.Assert.assertNull(profile21);
}
@Test
public void test0432() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0432");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
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.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(profile18);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test0433() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0433");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 comment14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0434() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0434");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
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(commentList16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
org.junit.Assert.assertNotNull(wildcardClass21);
}
@Test
public void test0435() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0435");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
}
@Test
public void test0436() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0436");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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!");
mapCriticsRepository0.deleteProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test0437() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0437");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.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(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment14);
}
@Test
public void test0438() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0438");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass13 = comment12.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0439() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0439");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
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.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0440() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0440");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass11 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test0441() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0441");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment14 = mapCriticsRepository0.getComment("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList19 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
}
@Test
public void test0442() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0442");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
java.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0443() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0443");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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 profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0444() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0444");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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("");
comments.model.Profile profile10 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile10);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test0445() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0445");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.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.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(wildcardClass15);
}
@Test
public void test0446() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0446");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 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(profile13);
org.junit.Assert.assertNotNull(commentList14);
}
@Test
public void test0447() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0447");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
comments.model.Profile profile19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test0448() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0448");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
mapCriticsRepository0.deleteProfile("hi!");
java.lang.Class<?> wildcardClass16 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0449() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0449");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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 profile11 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile11);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
}
@Test
public void test0450() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0450");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0451() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0451");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass10 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(wildcardClass10);
}
@Test
public void test0452() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0452");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
comments.model.Profile profile18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList16);
org.junit.Assert.assertNotNull(commentList17);
}
@Test
public void test0453() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0453");
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.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.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(commentList15);
}
@Test
public void test0454() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0454");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.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!");
comments.model.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test0455() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0455");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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("");
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(commentList11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0456() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0456");
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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(profile8);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0457() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0457");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
java.lang.Class<?> wildcardClass11 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test0458() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0458");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0459() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0459");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
mapCriticsRepository0.deleteProfile("");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList19);
}
@Test
public void test0460() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0460");
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.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile9 = mapCriticsRepository0.getProfile("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList4);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(profile9);
}
@Test
public void test0461() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0461");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Profile> profileList12 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("hi!");
java.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.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(wildcardClass15);
}
@Test
public void test0462() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0462");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
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.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0463() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0463");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList7 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment9 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Profile> profileList19 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList20 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile25 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile25);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(profileList7);
org.junit.Assert.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(profileList19);
org.junit.Assert.assertNotNull(commentList20);
}
@Test
public void test0464() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0464");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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.Profile profile14 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile14);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
}
@Test
public void test0465() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0465");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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.lang.Class<?> wildcardClass12 = commentList11.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(wildcardClass12);
}
@Test
public void test0466() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0466");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 comment15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList14);
}
@Test
public void test0467() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0467");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(comment11);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test0468() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0468");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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("");
comments.model.Profile profile16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0469() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0469");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 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(profileList13);
}
@Test
public void test0470() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0470");
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.Profile profile9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNotNull(profileList6);
org.junit.Assert.assertNull(comment8);
}
@Test
public void test0471() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0471");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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 comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNull(profile18);
}
@Test
public void test0472() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0472");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.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.lang.Class<?> wildcardClass14 = profileList13.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(wildcardClass14);
}
@Test
public void test0473() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0473");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.lang.Class<?> wildcardClass13 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(profileList12);
org.junit.Assert.assertNotNull(wildcardClass13);
}
@Test
public void test0474() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0474");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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!");
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test0475() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0475");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
java.util.List<comments.model.Comment> commentList10 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Profile> profileList11 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNotNull(commentList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0476() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0476");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList9 = mapCriticsRepository0.getAllProfiles();
comments.model.Comment comment11 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass13 = 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.assertNotNull(wildcardClass13);
}
@Test
public void test0477() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0477");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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 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.assertNull(comment9);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNotNull(profileList16);
}
@Test
public void test0478() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0478");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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 comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNull(comment18);
}
@Test
public void test0479() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0479");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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!");
comments.model.Profile profile20 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile20);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
org.junit.Assert.assertNull(comment19);
}
@Test
public void test0480() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0480");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList13 = mapCriticsRepository0.getAllComments();
comments.model.Profile profile15 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment19 = mapCriticsRepository0.getComment("hi!");
comments.model.Profile profile21 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile23 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment25 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList26 = mapCriticsRepository0.getAllComments();
java.util.List<comments.model.Comment> commentList27 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass28 = commentList27.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(commentList13);
org.junit.Assert.assertNull(profile15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNull(comment19);
org.junit.Assert.assertNull(profile21);
org.junit.Assert.assertNull(profile23);
org.junit.Assert.assertNull(comment25);
org.junit.Assert.assertNotNull(commentList26);
org.junit.Assert.assertNotNull(commentList27);
org.junit.Assert.assertNotNull(wildcardClass28);
}
@Test
public void test0481() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0481");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
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(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0482() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0482");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("");
comments.model.Profile profile10 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment16 = mapCriticsRepository0.getComment("hi!");
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNull(comment16);
}
@Test
public void test0483() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0483");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Profile> profileList8 = mapCriticsRepository0.getAllProfiles();
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
java.util.List<comments.model.Profile> profileList15 = mapCriticsRepository0.getAllProfiles();
java.util.List<comments.model.Comment> commentList16 = mapCriticsRepository0.getAllComments();
java.lang.Class<?> wildcardClass17 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
org.junit.Assert.assertNotNull(profileList15);
org.junit.Assert.assertNotNull(commentList16);
org.junit.Assert.assertNotNull(wildcardClass17);
}
@Test
public void test0484() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0484");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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.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(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);
}
@Test
public void test0485() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0485");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 = commentList15.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNotNull(commentList14);
org.junit.Assert.assertNotNull(commentList15);
org.junit.Assert.assertNotNull(wildcardClass16);
}
@Test
public void test0486() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0486");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Profile profile7 = mapCriticsRepository0.getProfile("hi!");
mapCriticsRepository0.deleteProfile("hi!");
comments.model.Profile profile11 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList12 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment17 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment17);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0487() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0487");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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("");
// The following exception was thrown during execution in test generation
try {
java.lang.Class<?> wildcardClass16 = comment15.getClass();
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(profileList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
}
@Test
public void test0488() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0488");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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!");
comments.model.Comment comment16 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment16);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(profileList11);
org.junit.Assert.assertNull(comment13);
org.junit.Assert.assertNull(profile15);
}
@Test
public void test0489() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0489");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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();
java.lang.Class<?> wildcardClass20 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNull(comment14);
org.junit.Assert.assertNull(comment16);
org.junit.Assert.assertNotNull(commentList19);
org.junit.Assert.assertNotNull(wildcardClass20);
}
@Test
public void test0490() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0490");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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 profile13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNull(comment12);
}
@Test
public void test0491() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0491");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
java.util.List<comments.model.Comment> commentList6 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment8 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList9 = mapCriticsRepository0.getAllComments();
mapCriticsRepository0.deleteProfile("");
comments.model.Profile profile13 = mapCriticsRepository0.getProfile("");
comments.model.Comment comment15 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment17 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList18 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass19 = profileList18.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test0492() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0492");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("hi!");
mapCriticsRepository0.deleteProfile("");
comments.model.Comment comment6 = mapCriticsRepository0.getComment("");
comments.model.Profile profile8 = mapCriticsRepository0.getProfile("");
comments.model.Profile profile9 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile9);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNull(comment6);
org.junit.Assert.assertNull(profile8);
}
@Test
public void test0493() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0493");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.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.Profile profile12 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile12);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
}
@Test
public void test0494() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0494");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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.lang.Class<?> wildcardClass19 = mapCriticsRepository0.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNotNull(commentList12);
org.junit.Assert.assertNotNull(profileList13);
org.junit.Assert.assertNotNull(profileList14);
org.junit.Assert.assertNull(profile16);
org.junit.Assert.assertNotNull(wildcardClass19);
}
@Test
public void test0495() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0495");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.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();
comments.model.Comment comment13 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment13);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(profileList8);
org.junit.Assert.assertNull(profile10);
org.junit.Assert.assertNotNull(commentList11);
org.junit.Assert.assertNotNull(commentList12);
}
@Test
public void test0496() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0496");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.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();
java.util.List<comments.model.Profile> profileList10 = mapCriticsRepository0.getAllProfiles();
java.lang.Class<?> wildcardClass11 = profileList10.getClass();
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNotNull(profileList10);
org.junit.Assert.assertNotNull(wildcardClass11);
}
@Test
public void test0497() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0497");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
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 comment18 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment18);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(profile7);
org.junit.Assert.assertNull(profile11);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(profile17);
}
@Test
public void test0498() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0498");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = 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();
comments.model.Comment comment19 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.updateComment(comment19);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Comment.getId()\" because \"c\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNotNull(commentList6);
org.junit.Assert.assertNull(comment8);
org.junit.Assert.assertNotNull(commentList9);
org.junit.Assert.assertNull(profile13);
org.junit.Assert.assertNull(comment15);
org.junit.Assert.assertNull(comment17);
org.junit.Assert.assertNotNull(profileList18);
}
@Test
public void test0499() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0499");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
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.Profile profile15 = null;
// The following exception was thrown during execution in test generation
try {
mapCriticsRepository0.addProfile(profile15);
org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"comments.model.Profile.setComments(java.util.List)\" because \"p\" is null");
} catch (java.lang.NullPointerException e) {
// Expected exception.
}
org.junit.Assert.assertNotNull(mapCriticsRepository0);
org.junit.Assert.assertNull(comment2);
org.junit.Assert.assertNotNull(profileList3);
org.junit.Assert.assertNull(profile5);
org.junit.Assert.assertNull(comment7);
org.junit.Assert.assertNull(profile9);
org.junit.Assert.assertNotNull(profileList10);
}
@Test
public void test0500() throws Throwable {
if (debug)
System.out.format("%n%s%n", "RegressionTest0.test0500");
comments.repository.MapCriticsRepository mapCriticsRepository0 = comments.repository.MapCriticsRepository.getInstance();
comments.model.Comment comment2 = mapCriticsRepository0.getComment("");
java.util.List<comments.model.Profile> profileList3 = mapCriticsRepository0.getAllProfiles();
comments.model.Profile profile5 = mapCriticsRepository0.getProfile("hi!");
comments.model.Comment comment7 = mapCriticsRepository0.getComment("hi!");
java.util.List<comments.model.Comment> commentList8 = mapCriticsRepository0.getAllComments();
comments.model.Comment comment10 = mapCriticsRepository0.getComment("hi!");
comments.model.Comment comment12 = mapCriticsRepository0.getComment("");
comments.model.Profile profile14 = mapCriticsRepository0.getProfile("");
comments.model.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.assertNull(comment10);
org.junit.Assert.assertNull(comment12);
org.junit.Assert.assertNull(profile14);
}
}