Searched refs:staticTypeWithoutDefinedConstructor (Results 1 – 1 of 1) sorted by relevance
42 @Spy InnerStaticClassWithoutDefinedConstructor staticTypeWithoutDefinedConstructor; field in SpyAnnotationTest58 when(staticTypeWithoutDefinedConstructor.toString()).thenReturn("y"); in should_init_spy_and_automatically_create_instance()60 assertEquals("y", staticTypeWithoutDefinedConstructor.toString()); in should_init_spy_and_automatically_create_instance()