Package ru.vyarus.dropwizard.guice.test.track
-
Class Summary Class Description MethodTrack Represents single method execution.Tracker<T> Tracker object used for bean calls registration (together withTrackBeanorTrackersHook).TrackerConfig Trackerconfiguration.TrackerProxy<T> AOP interceptor redirect calls from the real bean into spy object, which was created around the same real bean.TrackersHook Track method calls on any guice bean and records arguments and return values, together with measuring time.