2005-07-21 Gert Driesen * CodeGeneratorFromTypeTest.cs: Inherit from System.CodeDom.CodeGeneratorFromTypeTestBase. Added testfixture for testing enum, interface and delegate, but for now these are marked NotWorking. 2005-07-02 Gert Driesen * CodeGeneratorFromTypeTest.cs: Added test for ReturnTypeCustomAttributes. 2005-07-02 Gert Driesen * CodeGeneratorFromTypeTest.cs: Modified test to ensure that scope modifiers are not output for events. 2005-07-02 Gert Driesen * CodeGeneratorFromTypeTest.cs: Added PrivateImplementationType tests for property, event, method. Added Overloads tests for property and method. 2005-07-01 Gert Driesen * CodeGeneratorFromTypeTest.cs: Added ImplementationTypes tests for property, event, method, ctor. 2005-06-30 Gert Driesen * CodeGeneratorFromTypeTest.cs: Added property indexer and parameter tests. 2005-06-28 Gert Driesen * CodeGeneratorFromExpressionTest.cs: Renumbered tests for TypeReferenceExpressionTest. Added tests for zero-length or null type name, and object type. 2005-06-27 Gert Driesen * CodeGeneratorFromExpressionTest.cs: Added tests for GenerateCodeFromExpression. 2005-06-26 Gert Driesen * CodeGeneratorFromTypeTest.cs: Make tests pass on MS.NET 1.x and 2.0, and Mono (1.0/2.0). 2005-06-26 Gert Driesen * CodeGeneratorFromTypeTest.cs: Added tests for ctor level attributes and Base/Chained ctor args. 2005-06-26 Gert Driesen * CodeGeneratorFromCompileUnitTest.cs: Removed last usage of Assertion class. * CodeGeneratorFromTypeTest.cs: Added tests for method, property and parameter level attributes. 2005-06-25 Gert Driesen * CodeGeneratorFromCompileUnitTest.cs: Added test for assembly-level attribute without value. Use Assert instead of deprecated Assertion. * CodeGeneratorFromTypeTest.cs: Use Assert instead of Assertion. 2005-06-25 Gert Driesen * CodeGeneratorFromTypeTest.cs: Added tests to verify code generated for field and event members. 2005-06-25 Gert Driesen * CodeGeneratorFromTypeTest.cs: Added tests to verify code generated for Type (with and without custom attributes). 2005-06-25 Gert Driesen * CodeGeneratorFromCompileUnitTest.cs: several tests to ensure code generated by GenerateCodeFromCompileUnit matches that of MS.NET. 2005-06-12 Gert Driesen * VBCodeProviderTest.cs: Marked tests NotWorking on 2.0 profile as we don't yet have an mbas for that profile. 2005-06-12 Gert Driesen * VBCodeProviderTest.cs: fixed line endings 2005-06-10 Gert Driesen * VBCodeProviderTest.cs: improve reporting of test failures as a result of compile errors. Added a ICodeGenerator.Supports tests for .NET 2.0. 2005-06-10 Gert Driesen * VBCodeProviderTest.cs: removed unnecessary test, added test for ICodeGenerator.Supports. 2005-06-09 Gert Driesen * VBCodeProviderTest.cs: added batch of tests that check whether temporary files are cleaned up, compile multiple sources/compile units and files. Use separate AppDomain for tests that actually loaded the compiled assembly, to ensure no test output is left on the system. 2005-06-05 Gert Driesen * VBCodeProviderTest.cs: moved to using NUnit 2.x Assert, improve failure output of CreateCompiler test. 2005-05-30 Gert Driesen * VBCodeProviderTest.cs: Added tests for GenerateInMemory compiler parameter. 2004-12-03 Raja R Harinath * VBCodeProviderTest.cs: Change namespace to MonoTests.Microsoft.VisualBasic. 2004-11-19 Raja R Harinath * VBCodeProviderTest.cs (CreateCompiler): Be more verbose about error exit. 2004-03-08 Nick Drochak * VBCodeProviderTest.cs: On windows, do not use mono to execute assembly. Actually, this should be if running on MS's CLR, but for now it will do. 2004-02-04 Jackson Harper * VBCodeProviderTest.cs: Use mono to execute assembly. 2003-12-11 Nick Drochak * VBCodeProviderTest.cs: Console.WriteLine's don't really belong in unit tests. 2003-12-11 Nick Drochak * VBCodeProviderTest.cs: Fixed subtle namespace issues preventing build with csc. 2003-12-10 Jochen Wezel * VBCodeProviderTest.cs: moved into proper subdir and also extended for additional testings * CodeGenerator*.cs: C# units copied and changed for VB use