Searched refs:staticTypeWithNoArgConstructor (Results 1 – 1 of 1) sorted by relevance
40 @Spy InnerStaticClassWithNoArgConstructor staticTypeWithNoArgConstructor; field in SpyAnnotationTest57 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()