Skip to content

Commit 215189c

Browse files
committed
Merge branch 'main' into dev/grendel/clr-host
* main: Bump to dotnet/java-interop@e288589d (#9721)
2 parents 6774e34 + 3856e62 commit 215189c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#nullable enable
2+
3+
using System;
4+
using System.Collections.Generic;
5+
using System.Linq;
6+
using System.Reflection;
7+
using System.Threading;
8+
9+
using Java.Interop;
10+
11+
using NUnit.Framework;
12+
13+
namespace Java.InteropTests {
14+
[TestFixture]
15+
public class AndroidValueManagerContractTests : JniRuntimeJniValueManagerContract {
16+
17+
protected override Type ValueManagerType => typeof (Android.Runtime.AndroidValueManager);
18+
}
19+
}

0 commit comments

Comments
 (0)