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