コード例 #1
0
        private void TestGetResourceCore()
        {
            if (linuxProtectedMemoryAllocator == null)
            {
                return;
            }

            Assert.Equal(4, linuxProtectedMemoryAllocator.GetRlimitCoreResource());
        }
コード例 #2
0
        private void TestGetResourceCore()
        {
            Skip.IfNot(RuntimeInformation.IsOSPlatform(OSPlatform.Linux));

            Assert.Equal(4, linuxProtectedMemoryAllocator.GetRlimitCoreResource());
        }