4 references to HandlerWithAllActions
Microsoft.Extensions.DotNetDeltaApplier.Tests (4)
HotReloadAgentTest.cs (4)
118var actions = invoker.GetUpdateHandlerActions([typeof(HandlerWithAllActions)]); 121Assert.Equal(typeof(HandlerWithAllActions).GetMethod("ClearCache", BindingFlags.Static | BindingFlags.NonPublic), actions.ClearCacheHandlers.Single().Method); 122Assert.Equal(typeof(HandlerWithAllActions).GetMethod("UpdateApplication", BindingFlags.Static | BindingFlags.NonPublic), actions.UpdateApplicationHandlers.Single().Method); 123Assert.Equal(typeof(HandlerWithAllActions).GetMethod("UpdateContent", BindingFlags.Static | BindingFlags.NonPublic), actions.UpdateContentHandlers.Single().Method);