Exemplo n.º 1
0
        public void GetDeclaringBundleURL()
        {
            // This test may fail in the simulator, if the architecture of the simulator isn't the native one (say running x86_64 on an M1 machine),
            // so just skip this test for the simulator.
            TestRuntime.AssertIfSimulatorThenARM64();

#if NET
            Assert.NotNull(UTType.GetDeclaringBundleUrl(UTType.PDF));
#else
            Assert.NotNull(UTType.GetDeclaringBundleURL(UTType.PDF));
#endif
        }
Exemplo n.º 2
0
 public void GetDeclaringBundleURL()
 {
     Assert.NotNull(UTType.GetDeclaringBundleURL(UTType.PDF));
 }