Embeddinator-4000/tests/managed
Joao Matos bbdb54218c Merge branch 'objc' of github.com:mono/embeddinator-4000 2017-04-17 15:58:25 +01:00
..
Makefile Merge branch 'objc' of github.com:mono/embeddinator-4000 2017-04-17 15:58:25 +01:00
README.md [docs] Start a limitations document and add read me for the new directories created in the objc branch (#45) 2017-04-02 13:25:42 -05:00
arrays.cs [tests] Extend managed test suite project with pre-existing tests. 2017-04-07 01:47:35 +01:00
constructors.cs [objc][generator] Fix subclassing when both types are bound (#62) 2017-04-06 11:59:58 +02:00
enums.cs [objc] Add support for enums and [Flags] (#119) 2017-04-13 21:07:52 -04:00
exceptions.cs [objc] Fix subclassing when `init` is not available (#85) 2017-04-10 19:12:24 +02:00
managed.csproj Merge branch 'objc' of github.com:mono/embeddinator-4000 2017-04-17 15:58:25 +01:00
methods.cs [objc] Generated (property) indexers as methods (#125) 2017-04-14 15:13:20 -04:00
namespaces.cs [objc] The same type name can exists in several namespaces (#68) 2017-04-06 10:15:51 -05:00
properties.cs [objc] Initial support for methods (#67) 2017-04-06 08:46:24 -05:00
structs.cs [objc] Add basic (readonly) support for fields (#129) 2017-04-17 10:03:46 -04:00
types.cs [tests] Extend managed test suite project with pre-existing tests. 2017-04-07 01:47:35 +01:00

README.md

managed.dll

This assembly serve as the base to create tests for generated code. As such it should be agnostic to anything generated flavors, i.e. pure .net code.

However it's fine to add comments, either general ones or some specific to how the code would translate. In the later case just prefix the comment with the target, e.g. // objc: my notes...