Java 类org.apache.commons.collections4.functors.FalsePredicate 实例源码

项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2323() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2323");
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(((Predicate<java.lang.Object>[])(new Predicate[]{  }))), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2329() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2329");
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(((Predicate<java.lang.Object>[])(new Predicate[]{  }))), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2325() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2325");
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(((Predicate<java.lang.Object>[])(new Predicate[]{  }))), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2769() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2769");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2318() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2318");
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_remove2296() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_remove2296");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2772() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2772");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2773() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2773");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2774() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2774");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2775() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2775");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2776() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2776");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2322() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2322");
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(((Predicate<java.lang.Object>[])(new Predicate[]{  }))), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2778() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2778");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2333() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2333");
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(((Predicate<java.lang.Object>[])(new Predicate[]{  }))), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2780() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2780");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_add2866() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_add2866");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2782() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2782");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_add2861() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_add2861");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2336() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2336");
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2785() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2785");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_add2864() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_add2864");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2339() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2339");
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(((Predicate<java.lang.Object>[])(new Predicate[]{  }))), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2788() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2788");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testOnePredicate_remove2319() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testOnePredicate_remove2319");
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(((Predicate<java.lang.Object>[])(new Predicate[]{  }))), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8107,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8106,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8109,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8108,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8111,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8110,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8113,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8112,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8115,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8114,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8117,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8116,org.apache.commons.collections4.PredicateUtils.onePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8119,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8118,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8121,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8120,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8123,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8122,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8125,org.apache.commons.collections4.PredicateUtils.onePredicate(coll),8124,org.apache.commons.collections4.PredicateUtils.onePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    coll.clear();
    assertFalse(org.apache.commons.collections4.PredicateUtils.onePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2790() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2790");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_add2791() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_add2791");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test
public void testAllPredicate() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_remove2303() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_remove2303");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_add2854() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_add2854");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_remove2206() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_remove2206");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_remove2207() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_remove2207");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_remove2208() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_remove2208");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_add2857() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_add2857");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_remove2304() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_remove2304");
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_remove2281() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_remove2281");
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_remove2212() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_remove2212");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_remove2213() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_remove2213");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testNonePredicate_add2850() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testNonePredicate_add2850");
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8089,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8088,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8091,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8090,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8093,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),8092,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8095,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8094,org.apache.commons.collections4.PredicateUtils.nonePredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8097,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8096,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8099,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8098,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8101,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8100,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8103,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll),8102,org.apache.commons.collections4.PredicateUtils.nonePredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertFalse(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.PredicateUtils.nonePredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_remove2215() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_remove2215");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}
项目:sosiefier    文件:PredicateUtilsTest.java   
@SuppressWarnings(value = "unchecked")
@Test(timeout = 1000)
public void testAllPredicate_remove2216() {
    fr.inria.diversify.testamplification.logger.Logger.writeTestStart(Thread.currentThread(),this, "testAllPredicate_remove2216");
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(new Predicate[]{  }), null);
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7995,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7994,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7997,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7996,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.TruePredicate.truePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),7999,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }),7998,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.TruePredicate.truePredicate() }).evaluate(null));
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8001,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }),8000,org.apache.commons.collections4.functors.AllPredicate.allPredicate(new org.apache.commons.collections4.Predicate[]{ org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() , org.apache.commons.collections4.functors.FalsePredicate.falsePredicate() }).evaluate(null));
    final Collection<org.apache.commons.collections4.Predicate<java.lang.Object>> coll = new ArrayList<org.apache.commons.collections4.Predicate<java.lang.Object>>();
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8003,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8002,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.add(TruePredicate.truePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8005,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8004,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(TruePredicate.truePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8007,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8006,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    coll.add(FalsePredicate.falsePredicate());
    fr.inria.diversify.testamplification.logger.Logger.logAssertArgument(Thread.currentThread(),8009,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll),8008,org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll).evaluate(null));
    coll.clear();
    coll.add(FalsePredicate.falsePredicate());
    assertFalse(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    coll.add(TruePredicate.truePredicate());
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    coll.clear();
    assertTrue(org.apache.commons.collections4.functors.AllPredicate.allPredicate(coll), null);
    fr.inria.diversify.testamplification.logger.Logger.writeTestFinish(Thread.currentThread());
}