Searched refs:concreteMethod (Results 1 – 2 of 2) sorted by relevance
24 …when(mock.concreteMethod(frame = Thread.currentThread().getStackTrace()[1].toString())).thenReturn… in stubbing_location_should_be_the_correct_point()25 mock.concreteMethod(frame); in stubbing_location_should_be_the_correct_point()33 String concreteMethod(String s) { in concreteMethod() method in StubbingLocationTest.ConcreteClass
219 void concreteMethod() { in concreteMethod() method in AssistedFactoryTest.AbstractFooFactory