Add Repeat attribute (#1375)

This commit is contained in:
Justin Kotalik 2019-04-09 14:03:12 -07:00 committed by GitHub
parent 262262569a
commit f57e591af3
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ namespace Microsoft.Extensions.Logging.Testing
// Internal for testing
internal string ResolvedTestClassName { get; set; }
internal RetryContext RetryContext { get; set; }
internal RepeatContext RepeatContext { get; set; }
public string ResolvedLogOutputDirectory { get; set; }

View File

@ -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.
using System.Linq;