5 references to UpdateContentHandlers
Microsoft.Extensions.DotNetDeltaApplier.Tests (5)
HotReloadAgentTest.cs (5)
95
Assert.Single(actions.
UpdateContentHandlers
);
103
Assert.Empty(actions.
UpdateContentHandlers
);
108
Assert.Empty(actions.
UpdateContentHandlers
);
123
Assert.Equal(typeof(HandlerWithAllActions).GetMethod("UpdateContent", BindingFlags.Static | BindingFlags.NonPublic), actions.
UpdateContentHandlers
.Single().Method);
144
Assert.Empty(actions.
UpdateContentHandlers
);