xamarin-macios/tests/generator
Rolf Bjarne Kvinge 4a714f3c43 Make logic not depend on the checkout directory being named 'xamarin-macios'. (#129) 2016-06-06 12:18:52 +02:00
..
.gitignore [tests] Import 2016-05-26 15:06:52 +02:00
Makefile Make logic not depend on the checkout directory being named 'xamarin-macios'. (#129) 2016-06-06 12:18:52 +02: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
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
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

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.