| 1234567891011121314151617181920212223242526272829303132333435 |
- 2003-05-19 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: More tests.
- 2003-05-12 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Comment out test which fails because of a mono
- extension to DefineParameter.
- 2003-02-13 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: New file.
- 2003-02-12 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
- using a custom attribute.
- 2003-02-10 Zoltan Varga <[email protected]>
- * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
- * MethodBuilderTest.cs: updated to NUNIT2 conventions.
- * ConstructorBuilderTest.cs: New file.
- 2003-02-09 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Added lots of new tests.
- 2003-02-08 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: New file.
- * MethodBuilderTest.cs ChangeLog: New files.
|