Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/annotation/
DSpyAnnotationTest.java40 @Spy InnerStaticClassWithNoArgConstructor staticTypeWithNoArgConstructor; field in SpyAnnotationTest
57 when(staticTypeWithNoArgConstructor.toString()).thenReturn("x"); in should_init_spy_and_automatically_create_instance()
59 assertEquals("x", staticTypeWithNoArgConstructor.toString()); in should_init_spy_and_automatically_create_instance()