chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
namespace VectorData.ConformanceTests.Xunit;
|
||||
|
||||
public interface ITestCondition
|
||||
{
|
||||
ValueTask<bool> IsMetAsync();
|
||||
|
||||
string SkipReason { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user