xamarin-macios/tests/generator
Alex Soto ff326bdfdb [generator] ForcedType is now only valid on parameters, properties and return value
https://bugzilla.xamarin.com/show_bug.cgi?id=37175
https://bugzilla.xamarin.com/show_bug.cgi?id=44322

* ForcedType is now only valid on parameters, properties and return value
* Added generator test
* Fixed bindings accordingly
* Fixed docs
2016-09-26 03:57:57 -05:00
..
.gitignore [tests] Import 2016-05-26 15:06:52 +02:00
Makefile [generator] ForcedType is now only valid on parameters, properties and return value 2016-09-26 03:57:57 -05:00
NSApplicationPublicEnsureMethods.cs [tests] Import 2016-05-26 15:06:52 +02:00
README.md [tests] Import 2016-05-26 15:06:52 +02:00
arrayfromhandlebug.cs [tests] Import 2016-05-26 15:06:52 +02:00
bi1036.cs [tests] Import 2016-05-26 15:06:52 +02:00
bmac-with-hyphen-in-name.cs [tests] Import 2016-05-26 15:06:52 +02:00
bmac_smoke.cs [tests] Import 2016-05-26 15:06:52 +02:00
btouch-with-hyphen-in-name.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug15283.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug15307.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug15799.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug16036.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug17232.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug23041.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug24078-ignore-methods-events.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug27428.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug27430.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug27986.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug29493.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug31788.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug34042.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug35176.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug36457.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug37527-missing-property.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug37527-wrong-property.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug39614.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug40282.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug43579.cs [generator] Fix bug 43579 - Generator emits invalid code when using the same method name (overload) in @delegates using events and C# delegates (#817) 2016-09-14 08:20:08 -04:00
classNameCollision-enum.cs [tests] Import 2016-05-26 15:06:52 +02:00
classNameCollision.cs [tests] Import 2016-05-26 15:06:52 +02:00
desk63279A.cs [tests] Import 2016-05-26 15:06:52 +02:00
desk63279B.cs [tests] Import 2016-05-26 15:06:52 +02:00
desk79124.cs [tests] Import 2016-05-26 15:06:52 +02:00
forcedtype.cs [generator] ForcedType is now only valid on parameters, properties and return value 2016-09-26 03:57:57 -05:00
forum54078.cs [tests] Import 2016-05-26 15:06:52 +02:00
multiple-api-definitions1.cs [tests] Import 2016-05-26 15:06:52 +02:00
multiple-api-definitions2-a.cs [tests] Import 2016-05-26 15:06:52 +02:00
multiple-api-definitions2-b.cs [tests] Import 2016-05-26 15:06:52 +02:00
property-redefination-ios.cs [tests] Import 2016-05-26 15:06:52 +02:00
property-redefination-mac.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-abstract-error.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-abstract.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-length.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-out.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-return.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-type.cs [tests] Import 2016-05-26 15:06:52 +02:00
sof20696157.cs [tests] Import 2016-05-26 15:06:52 +02:00
sof20696157.sh [tests] Import 2016-05-26 15:06:52 +02:00
strong-dict-support-templated-dicts.cs [Fix] Ensure that strong dictionaries can work with templated dictionaries as property types. 2016-06-13 12:13:48 +02:00

README.md

Tests for the binding generator

New test

  • Create a C# file with the api definition.
  • Add the C# file to the Makefile, like all the other tests. Remember to add it to the 'all' target.