OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClassSanityTester
(Results
1 - 16
of
16
) sorted by null
/external/guava/guava-testlib/test/com/google/common/testing/
RelationshipTesterTest.java
31
new
ClassSanityTester
()
ClassSanityTesterTest.java
25
import com.google.common.testing.
ClassSanityTester
.FactoryMethodReturnsNullException;
26
import com.google.common.testing.
ClassSanityTester
.ParameterHasNoDistinctValueException;
27
import com.google.common.testing.
ClassSanityTester
.ParameterNotInstantiableException;
44
* Unit tests for {@link
ClassSanityTester
}.
50
private final
ClassSanityTester
tester = new
ClassSanityTester
();
593
new
ClassSanityTester
().forAllPublicStaticMethods(JdkObjectFactory.class).testNulls();
653
new
ClassSanityTester
().doTestEquals(SetWrapper.class);
[
all
...]
FreshValueGeneratorTest.java
674
new
ClassSanityTester
()
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
EnumMultisetTest.java
29
import com.google.common.testing.
ClassSanityTester
;
159
new
ClassSanityTester
()
IterablesTest.java
35
import com.google.common.testing.
ClassSanityTester
;
[
all
...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JdkFutureAdaptersTest.java
26
import com.google.common.testing.
ClassSanityTester
;
251
new
ClassSanityTester
()
MoreExecutorsTest.java
50
import com.google.common.testing.
ClassSanityTester
;
605
new
ClassSanityTester
()
FuturesTest.java
42
import com.google.common.testing.
ClassSanityTester
;
[
all
...]
/external/guava/guava-testlib/src/com/google/common/testing/
ClassSanityTester.java
69
* new
ClassSanityTester
()
79
public final class
ClassSanityTester
{
107
public
ClassSanityTester
() {
129
public <T>
ClassSanityTester
setDefault(Class<T> type, T value) {
140
* <p>Used for types where {@link
ClassSanityTester
} doesn't already know how to instantiate
151
public <T>
ClassSanityTester
setSampleInstances(Class<T> type, Iterable<? extends T> instances) {
173
* <p>Only necessary for types where {@link
ClassSanityTester
} doesn't already know how to create
179
public <T>
ClassSanityTester
setDistinctValues(Class<T> type, T value1, T value2) {
286
* new
ClassSanityTester
()
[
all
...]
AbstractPackageSanityTests.java
84
* <p>please use {@link
ClassSanityTester
#forAllPublicStaticMethods}.
124
private final
ClassSanityTester
tester = new
ClassSanityTester
();
/external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java
24
import com.google.common.testing.
ClassSanityTester
;
397
new
ClassSanityTester
().forAllPublicStaticMethods(Suppliers.class)
403
new
ClassSanityTester
().forAllPublicStaticMethods(Suppliers.class)
FunctionsTest.java
23
import com.google.common.testing.
ClassSanityTester
;
433
new
ClassSanityTester
().forAllPublicStaticMethods(Functions.class).testNulls();
438
new
ClassSanityTester
().forAllPublicStaticMethods(Functions.class).testEqualsAndSerializable();
PredicatesTest.java
25
import com.google.common.testing.
ClassSanityTester
;
917
new
ClassSanityTester
().forAllPublicStaticMethods(Predicates.class).testNulls();
922
new
ClassSanityTester
().forAllPublicStaticMethods(Predicates.class).testEqualsAndSerializable();
[
all
...]
/external/guava/guava-tests/test/com/google/common/hash/
HashCodeTest.java
24
import com.google.common.testing.
ClassSanityTester
;
338
private static
ClassSanityTester
.FactoryMethodReturnValueTester sanityTester() {
339
return new
ClassSanityTester
()
/cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar
/external/guice/lib/build/
guava-testlib-16.0.1.jar
Completed in 1218 milliseconds