Merge pull request #223 from mandel-macaque/nsexpression-tests-device

[Fix] Ensure NSExpression tests do run in the device ensuring that all members of the type are preserved.
This commit is contained in:
Manuel de la Pena 2016-06-17 12:16:35 +02:00 коммит произвёл GitHub
Родитель c3b768d739 f1e758c9e0
Коммит 787779eb0f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -9,11 +9,12 @@ using MonoTouch.Foundation;
#endif
using NUnit.Framework;
[assembly: Preserve (typeof (NSExpression), AllMembers = true)]
namespace MonoTouchFixtures.Foundation
{
[TestFixture]
[Preserve (AllMembers = true)]
[assembly: Preserve (typeof (NSExpression))]
public class NSExpressionTest
{
List<string> properties = new List<string> { "Block", "ConstantValue", "KeyPath", "Function",