Skip to content

Commit 74de762

Browse files
committed
TEST: Add test to trigger crashdump
1 parent 7479f7a commit 74de762

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
3+
// See the LICENSE file in the project root for more information.
4+
5+
// ReSharper disable all
6+
#pragma warning disable
7+
8+
namespace Steeltoe.Configuration.RandomValue.Test;
9+
10+
public sealed class CrashDumpTest
11+
{
12+
[Fact]
13+
public void CrashTestHostUsingStackOverflow()
14+
{
15+
CrashTestHostUsingStackOverflow();
16+
17+
true.Should().BeTrue();
18+
}
19+
}

0 commit comments

Comments
 (0)