AnyPredicate.java

1
package fr.sii.ogham.testing.assertion.filter;
2
3
import com.google.common.base.Predicate;
4
5
public class AnyPredicate<T> implements Predicate<T> {
6
	@Override
7
	public boolean apply(T input) {
8 1 1. apply : replaced boolean return with false for fr/sii/ogham/testing/assertion/filter/AnyPredicate::apply → NO_COVERAGE
		return true;
9
	}
10
}

Mutations

8

1.1
Location : apply
Killed by : none
replaced boolean return with false for fr/sii/ogham/testing/assertion/filter/AnyPredicate::apply → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT OGHAM