using System; using Xunit; namespace Raylib_cs.Tests { public class RaylibTests { private unsafe void CheckType() where T : unmanaged { Assert.True(BlittableHelper.IsBlittable()); } [Fact] public void CheckTypes() { CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); CheckType(); } } }