Embeddinator-4000/tests
Jonathan Peppers 64a3c23ead [Android] add MonoPackageManager.setContext
As reported in #530, there are some cases where libraries use
`MonoPackageManager.setContext`, which has a “vestigial”
implementation/comment in Xamarin.Android.

I added this method and a couple quick tests for future validation.
2017-10-30 10:24:36 -05:00
..
MonoEmbeddinator4000.Tests Changes for updated Xamarin.Android.Tools 2017-10-24 12:40:26 -05:00
android [Android] add MonoPackageManager.setContext 2017-10-30 10:24:36 -05:00
common Bootstrap the Swift generator backend. 2017-10-28 20:06:09 +01:00
leaktest [objc] Make sure to attach/detach from threads. Fixes issue #357. (#362) 2017-05-22 18:42:35 +02:00
managed Updates for latest Android Studio 2017-10-26 10:28:07 -05:00
managedwarn [objc][tests] Add objcgen warning and error tests. Fixes issue #104 (#203) 2017-05-08 14:13:51 -04:00
objc-cli Merge branch 'objc' 2017-05-24 15:08:41 +01:00
objcgentest [objc] Switch code to use an Embeddinator.ObjC namespace. 2017-08-18 13:55:39 +01:00
.gitignore [tests] moved test project name and directory 2017-07-06 21:23:00 -05:00
README.md [tests][docs] Rename "Basic" testsuite in readme.md to match new "common" name. 2017-04-17 19:23:13 +01:00

README.md

Test suite

This directory contains the test suite for Embeddinator.

To run the test suite, run RunTestsuite.sh inside this directory.

The test suite is composed by a few different projects/directories:

* common: common test driver 
* objc-cli: Objective-C specific test driver
* managed: Managed code test types