|
@@ -9,8 +9,6 @@ namespace Tests
|
|
{
|
|
{
|
|
public partial class AsyncTests
|
|
public partial class AsyncTests
|
|
{
|
|
{
|
|
- private const int WaitTimeoutMs = 5000;
|
|
|
|
-
|
|
|
|
#pragma warning disable xUnit1013 // Public method should be marked as test
|
|
#pragma warning disable xUnit1013 // Public method should be marked as test
|
|
public void AssertThrows<E>(Action a)
|
|
public void AssertThrows<E>(Action a)
|
|
where E : Exception
|
|
where E : Exception
|