Home
last modified time | relevance | path

Searched refs:returningK (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
DReturnsGenericDeepStubsTest.java28 K returningK(); in returningK() method
65 Cloneable cloneable_bound_of_typevar_K = mock.returningK(); in can_create_mock_from_multiple_type_variable_bounds_when_method_return_type_is_referencing_a_typevar_on_class()
66 Comparable<?> comparable_bound_of_typevar_K = mock.returningK(); in can_create_mock_from_multiple_type_variable_bounds_when_method_return_type_is_referencing_a_typevar_on_class()
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DGenericMetadataSupportTest.java43 K returningK(); in returningK() method