Add Repeat attribute (#1375)
This commit is contained in:
parent
262262569a
commit
f57e591af3
|
|
@ -26,7 +26,7 @@ namespace Microsoft.Extensions.Logging.Testing
|
||||||
// Internal for testing
|
// Internal for testing
|
||||||
internal string ResolvedTestClassName { get; set; }
|
internal string ResolvedTestClassName { get; set; }
|
||||||
|
|
||||||
internal RetryContext RetryContext { get; set; }
|
internal RepeatContext RepeatContext { get; set; }
|
||||||
|
|
||||||
public string ResolvedLogOutputDirectory { get; set; }
|
public string ResolvedLogOutputDirectory { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Copyright (c) .NET Foundation. All rights reserved.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue