95 implementations of IsMet
IIS.FunctionalTests (9)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (1)
20public bool IsMet => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(_name));
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
145public bool IsMet { get; }
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12public bool IsMet => DeployerSelector.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12public bool IsMet => DeployerSelector.HasNewShim;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfDebugAttribute.cs (1)
13public bool IsMet =>
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfNotAdminAttribute.cs (1)
13public bool IsMet
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipVSTSAttribute.cs (1)
14public bool IsMet => !RunningInVSTS;
src\Shared\TransportTestHelpers\HttpSysHttp3SupportedAttribute.cs (1)
15public bool IsMet => QuicListener.IsSupported && IsRegKeySet;
src\Shared\TransportTestHelpers\MsQuicSupportedAttribute.cs (1)
13public bool IsMet => QuicListener.IsSupported;
IIS.LongTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (1)
20public bool IsMet => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(_name));
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
145public bool IsMet { get; }
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12public bool IsMet => DeployerSelector.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12public bool IsMet => DeployerSelector.HasNewShim;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfDebugAttribute.cs (1)
13public bool IsMet =>
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfNotAdminAttribute.cs (1)
13public bool IsMet
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipVSTSAttribute.cs (1)
14public bool IsMet => !RunningInVSTS;
IIS.NewHandler.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (1)
20public bool IsMet => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(_name));
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
145public bool IsMet { get; }
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12public bool IsMet => DeployerSelector.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12public bool IsMet => DeployerSelector.HasNewShim;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfDebugAttribute.cs (1)
13public bool IsMet =>
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfNotAdminAttribute.cs (1)
13public bool IsMet
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipVSTSAttribute.cs (1)
14public bool IsMet => !RunningInVSTS;
IIS.NewShim.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (1)
20public bool IsMet => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(_name));
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
145public bool IsMet { get; }
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12public bool IsMet => DeployerSelector.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12public bool IsMet => DeployerSelector.HasNewShim;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfDebugAttribute.cs (1)
13public bool IsMet =>
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfNotAdminAttribute.cs (1)
13public bool IsMet
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipVSTSAttribute.cs (1)
14public bool IsMet => !RunningInVSTS;
IIS.ShadowCopy.Tests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (1)
20public bool IsMet => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(_name));
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
145public bool IsMet { get; }
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12public bool IsMet => DeployerSelector.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12public bool IsMet => DeployerSelector.HasNewShim;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfDebugAttribute.cs (1)
13public bool IsMet =>
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfNotAdminAttribute.cs (1)
13public bool IsMet
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipVSTSAttribute.cs (1)
14public bool IsMet => !RunningInVSTS;
IIS.Tests (1)
Utilities\SkipIfHostableWebCoreNotAvailibleAttribute.cs (1)
13public bool IsMet { get; } = File.Exists(TestServer.HostableWebCoreLocation);
IISExpress.FunctionalTests (7)
RequiresIISAttribute.cs (1)
13public bool IsMet => IISExpressAncmSchema.SupportsInProcessHosting;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresEnvironmentVariableAttribute.cs (1)
20public bool IsMet => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(_name));
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12public bool IsMet => DeployerSelector.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12public bool IsMet => DeployerSelector.HasNewShim;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfDebugAttribute.cs (1)
13public bool IsMet =>
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipIfNotAdminAttribute.cs (1)
13public bool IsMet
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\SkipVSTSAttribute.cs (1)
14public bool IsMet => !RunningInVSTS;
InMemory.FunctionalTests (2)
HttpConnectionManagerTests.cs (1)
116public bool IsMet => !Debugger.IsAttached;
src\Servers\Kestrel\shared\test\TransportTestHelpers\TlsAlpnSupportedAttribute.cs (1)
9public bool IsMet => true; // Replace with https://github.com/dotnet/runtime/issues/79687
Interop.FunctionalTests (3)
SkipOnArchitectureAttribute.cs (1)
21public bool IsMet => (Array.IndexOf(_excludedArchitectures, RuntimeInformation.OSArchitecture) == -1);
src\Servers\Kestrel\shared\test\TransportTestHelpers\TlsAlpnSupportedAttribute.cs (1)
9public bool IsMet => true; // Replace with https://github.com/dotnet/runtime/issues/79687
src\Shared\TransportTestHelpers\MsQuicSupportedAttribute.cs (1)
13public bool IsMet => QuicListener.IsSupported;
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();
Microsoft.AspNetCore.Cryptography.KeyDerivation.Tests (2)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();
Microsoft.AspNetCore.DataProtection.Extensions.Tests (3)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();
X509StoreIsAvailableAttribute.cs (1)
19public bool IsMet
Microsoft.AspNetCore.DataProtection.Tests (5)
Internal\KeyManagementOptionsSetupTest.cs (1)
129public bool IsMet => (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && LazyHkcuTempKey.Value != null);
RegistryPolicyResolverTests.cs (1)
301public bool IsMet => (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && LazyHkcuTempKey.Value != null);
Repositories\RegistryXmlRepositoryTests.cs (1)
252public bool IsMet => (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && LazyHkcuTempKey.Value != null);
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();
Microsoft.AspNetCore.InternalTesting (11)
xunit\DockerOnlyAttribute.cs (1)
16public bool IsMet
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
51public bool IsMet
xunit\FrameworkSkipConditionAttribute.cs (1)
18public bool IsMet
xunit\MaximumOSVersionAttribute.cs (1)
49public bool IsMet => !_skip;
xunit\MinimumOsVersionAttribute.cs (1)
45public bool IsMet => !_skip;
xunit\OSSkipConditionAttribute.cs (1)
33public bool IsMet
xunit\RemoteExecutionSupportedAttribute.cs (1)
18public bool IsMet => RemoteExecutor.IsSupported;
xunit\SkipNonHelix.cs (1)
21public bool IsMet
xunit\SkipOnAlpineAttribute.cs (1)
24public bool IsMet { get; } = !IsAlpine;
xunit\SkipOnCIAttribute.cs (1)
21public bool IsMet
xunit\SkipOnHelixAttribute.cs (1)
25public bool IsMet
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
DelegateSupportedConditionAttribute.cs (1)
19public bool IsMet => _httpApiSupportsDelegation == _isSupported;
src\Shared\TransportTestHelpers\HttpSysHttp3SupportedAttribute.cs (1)
15public bool IsMet => QuicListener.IsSupported && IsRegKeySet;
src\Shared\TransportTestHelpers\MsQuicSupportedAttribute.cs (1)
13public bool IsMet => QuicListener.IsSupported;
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateSupportedConditionAttribute.cs (1)
19public bool IsMet => _httpApiSupportsDelegation == _isSupported;
Microsoft.AspNetCore.Server.IntegrationTesting (3)
xunit\SkipIfEnvironmentVariableNotEnabled.cs (1)
22public bool IsMet
xunit\SkipIfIISExpressSchemaMissingInProcessAttribute.cs (1)
11public bool IsMet => IISExpressAncmSchema.SupportsInProcessHosting;
xunit\SkipOn32BitOSAttribute.cs (1)
15public bool IsMet =>
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (2)
SkipOnMarinerAttribute.cs (1)
19public bool IsMet { get; } = !IsMariner;
src\Shared\TransportTestHelpers\MsQuicSupportedAttribute.cs (1)
13public bool IsMet => QuicListener.IsSupported;
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
SkipIfDockerNotPresentAttribute.cs (1)
12public bool IsMet => CheckDocker();
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
WebSocketsSupportedConditionAttribute.cs (1)
11public bool IsMet => TestHelpers.IsWebSocketsSupported();
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
SkipIfWsTestNotPresentAttribute.cs (1)
12public bool IsMet => IsOnCi || Wstest.Default != null;
Sockets.BindTests (5)
src\Servers\Kestrel\shared\test\TransportTestHelpers\HostNameIsReachableAttribute.cs (1)
19public bool IsMet
src\Servers\Kestrel\shared\test\TransportTestHelpers\IPv6ScopeIdPresentConditionAttribute.cs (1)
16public bool IsMet => _ipv6ScopeIdPresent.Value;
src\Servers\Kestrel\shared\test\TransportTestHelpers\IPv6SupportedConditionAttribute.cs (1)
16public bool IsMet => _ipv6Supported.Value;
src\Servers\Kestrel\shared\test\TransportTestHelpers\NamedPipesSupportedAttribute.cs (1)
9public bool IsMet => OperatingSystem.IsWindows();
src\Servers\Kestrel\shared\test\TransportTestHelpers\TlsAlpnSupportedAttribute.cs (1)
9public bool IsMet => true; // Replace with https://github.com/dotnet/runtime/issues/79687
Sockets.FunctionalTests (5)
src\Servers\Kestrel\shared\test\TransportTestHelpers\HostNameIsReachableAttribute.cs (1)
19public bool IsMet
src\Servers\Kestrel\shared\test\TransportTestHelpers\IPv6ScopeIdPresentConditionAttribute.cs (1)
16public bool IsMet => _ipv6ScopeIdPresent.Value;
src\Servers\Kestrel\shared\test\TransportTestHelpers\IPv6SupportedConditionAttribute.cs (1)
16public bool IsMet => _ipv6Supported.Value;
src\Servers\Kestrel\shared\test\TransportTestHelpers\NamedPipesSupportedAttribute.cs (1)
9public bool IsMet => OperatingSystem.IsWindows();
src\Servers\Kestrel\shared\test\TransportTestHelpers\TlsAlpnSupportedAttribute.cs (1)
9public bool IsMet => true; // Replace with https://github.com/dotnet/runtime/issues/79687
1 reference to IsMet
Microsoft.AspNetCore.InternalTesting (1)
xunit\TestMethodExtensions.cs (1)
25if (!condition.IsMet)