Implemented interface member:
2 references to Contains
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
EndpointFilterInvocationContextOfTTests.cs (2)
64Assert.True(context.Contains("This is a test")); 65Assert.False(context.Contains("This does not exist"));