| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- 2005-11-01 Sebastien Pouliot <[email protected]>
- * CodeDomProviderCas.cs: New. CAS unit tests.
- 2005-10-28 Gert Driesen <[email protected]>
- * CodeGeneratorTestBase.cs: Set eol-style to native.
- * CodeGeneratorTest.cs: Set eol-style to native.
- * CodeGeneratorFromTypeTestBase.cs: Added tests for
- CodeEntryPointMethod and bug #76580. Set eol-style to native.
- * IndentedTextWriterTest.cs: Set eol-style to native.
- 2005-10-25 Sebastien Pouliot <[email protected]>
-
- * CompilerErrorCas.cs: Under 1.x CompilerError is protected by a
- LinkDemand for Unrestricted.
- * CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
- by a LinkDemand for Unrestricted.
- * TempFileCollectionCas.cs: Moved precompiler directive to the right
- method (to ignore a test under MS 1.x).
- 2005-10-25 Sebastien Pouliot <[email protected]>
- * TempFileCollectionCas.cs: New. CAS unit tests.
- * TempFileCollectionTest.cs: New. Very basic tests to check the
- behaviour of the TempDir property.
- 2005-10-24 Sebastien Pouliot <[email protected]>
- * CodeGeneratorOptionsCas.cs: New. CAS unit tests.
- * CodeGeneratorOptionsTest.cs: New. Unit tests.
- * CodeParserCas.cs: New. CAS unit tests.
- * CompilerErrorCas.cs: New. CAS unit tests.
- * CompilerErrorCollectionCas.cs: New. CAS unit tests.
- * CompilerInfoCas.cs: New. CAS unit tests.
- * CompilerParametersCas.cs: New. CAS unit tests.
- * CompilerResultsCas.cs: New. CAS unit tests.
- * GeneratedCodeAttributeCas.cs: New. CAS unit tests.
- * GeneratedCodeAttributeTest.cs: New. Unit tests.
- * IndentedTextWriterCas.cs: New. CAS unit tests.
- 2005-10-15 Gert Driesen <[email protected]>
- * CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
- allow GenerateCodeFromType to be executed multiple times with relying
- on user to reset writer. Allow CodeGeneratorOptions to be passed in,
- in order to support bracing style tests.
- * CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
- CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.
- 2005-07-30 Gert Driesen <[email protected]>
- * CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.
- 2005-07-24 Gert Driesen <[email protected]>
- * CodeGeneratorTest.cs: Removed duplicate import of NUNit.Framework
- namespace.
- * CodeGeneratorFromTypeTestBase.cs: Added BaseTypes and
- TypeConstructor tests.
- 2005-07-21 Gert Driesen <[email protected]>
- * CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.
- 2005-07-21 Gert Driesen <[email protected]>
- * CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
- CodeGenerator.GenerateCodeFromType.
- * CodeGeneratorTestBase.cs: Base class for CodeGenerator unit tests.
- 2004-06-13 Gert Driesen <[email protected]>
- * IndentedTextWriterTest.cs: added test for IndentedTextWriter
|