OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Generates
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java
126
*
Generates
fresh instances of types that are different from each other (if possible).
137
if (method.isAnnotationPresent(
Generates
.class)) {
178
// For any Optional<T>, we'll first generate absent(). The next call
generates
a distinct
189
// We require all @
Generates
methods to either be parameter-less or accept non-null
193
// When a parameter of a @
Generates
method cannot be created,
287
private @interface
Generates
{}
289
@
Generates
private Class<?> freshClass() {
297
@
Generates
private Object freshObject() {
301
@
Generates
private Number freshNumber() {
305
@
Generates
private int freshInt()
[
all
...]
/cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar
/external/guice/lib/build/
guava-testlib-16.0.1.jar
Completed in 82 milliseconds