Skip to content

Commit 0b8dd52

Browse files
committed
Task 10
1 parent 14c993b commit 0b8dd52

File tree

4 files changed

+655
-1
lines changed

4 files changed

+655
-1
lines changed

Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/HandlerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
namespace Amazon.Lambda.RuntimeSupport.UnitTests
3333
{
34-
[Collection("Bootstrap")]
34+
[Collection("ResponseStreamFactory")]
3535
public class HandlerTests
3636
{
3737
private const string AggregateExceptionTestMarker = "AggregateExceptionTesting";

Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/LambdaBootstrapTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ namespace Amazon.Lambda.RuntimeSupport.UnitTests
3131
/// Tests to test LambdaBootstrap when it's constructed using its actual constructor.
3232
/// Tests of the static GetLambdaBootstrap methods can be found in LambdaBootstrapWrapperTests.
3333
/// </summary>
34+
[Collection("ResponseStreamFactory")]
3435
public class LambdaBootstrapTests
3536
{
3637
readonly TestHandler _testFunction;

Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/ResponseStreamFactoryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
namespace Amazon.Lambda.RuntimeSupport.UnitTests
2222
{
23+
[Collection("ResponseStreamFactory")]
2324
public class ResponseStreamFactoryTests : IDisposable
2425
{
2526
private const long MaxResponseSize = 20 * 1024 * 1024;

0 commit comments

Comments
 (0)