aspnetcore/test/Kestrel.Core.Tests
Nate McMaster 26f1d4baa3 Use PackageLineup
PackageLineup is a way to manage PackageReference versions across large projects. It removes the version information from the repository and instead pulls the information from an external "lineup" file.
2017-08-16 14:10:43 -07:00
..
TestHelpers
AddressBinderTests.cs
AsciiDecoding.cs
ChunkWriterTests.cs
DateHeaderValueManagerTests.cs
FrameConnectionManagerTests.cs
FrameConnectionTests.cs Initial HTTP/2 support. 2017-08-16 10:04:44 -07:00
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
FrameResponseHeadersTests.cs
FrameResponseStreamTests.cs
FrameTests.cs Add fixes for problems discovered by xunit.analyzers (#1999) 2017-08-16 09:37:49 -07:00
HPackEncoderTests.cs Initial HTTP/2 support. 2017-08-16 10:04:44 -07:00
HeartbeatTests.cs
Http2ConnectionTests.cs Initial HTTP/2 support. 2017-08-16 10:04:44 -07:00
HttpParserTests.cs Add fixes for problems discovered by xunit.analyzers (#1999) 2017-08-16 09:37:49 -07:00
HttpUtilitiesTest.cs Add fixes for problems discovered by xunit.analyzers (#1999) 2017-08-16 09:37:49 -07:00
HuffmanTests.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
IntegerDecoderTests.cs Initial HTTP/2 support. 2017-08-16 10:04:44 -07:00
IntegerEncoderTests.cs Initial HTTP/2 support. 2017-08-16 10:04:44 -07:00
Kestrel.Core.Tests.csproj Use PackageLineup 2017-08-16 14:10:43 -07:00
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs
KnownStringsTests.cs
MessageBodyTests.cs
MinDataRateTests.cs
OutputProducerTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs
StreamsTests.cs
StringUtilitiesTests.cs
TestInput.cs
ThrowingWriteOnlyStreamTests.cs