Microsoft.EntityFrameworkCore.TestUtilities.Xunit.PlatformSkipConditionAttribute.CanRunOnThisPlatform(TestPlatform)

Here are the examples of the csharp api Microsoft.EntityFrameworkCore.TestUtilities.Xunit.PlatformSkipConditionAttribute.CanRunOnThisPlatform(TestPlatform) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : PlatformSkipConditionAttribute.cs
with MIT License
from yang-er

public ValueTask<bool> IsMetAsync(XunitTestCase testcase)
            => new ValueTask<bool>(CanRunOnThisPlatform(_excludedPlatforms));