[tests] [linksdk] Add a dummy interface for an interface provided by our old NUnitLite.

It didn't look like this interface was used anywhere expect to check for its
presence, so just provide another, identically named, interface.
This commit is contained in:
Rolf Bjarne Kvinge 2020-07-14 15:41:59 +02:00
Родитель 99081123a7
Коммит 191ad80088
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -35,6 +35,9 @@ namespace LinkSdk.Aot {
interface IAotTest {
}
interface IExpectException {
}
[TestFixture]
// already done in Bug2096Test.cs -> [Preserve (AllMembers = true)]