xamarin-macios/tests/dontlink-mac/Stub.cs

10 строки
271 B
C#
Исходник Обычный вид История

using NUnit.Framework;
namespace MonoMacFixtures {
[TestFixture]
public class StubTest {
// dontlink-mac is currently obsolete due to movement of all tests to introspection tests
// But in the future, we'll add tests like iOS that actually test linking here
}
}