TestSuite 0.0.2a源码发布。(http://www.codeplex.com/ts)

来源:互联网 发布:药品怎么在淘宝上买 编辑:程序博客网 时间:2024/05/17 17:43
TestSuite是一个实验、演示性的项目,主要是在实际开发过程中创建的,用来研习.Net类库如何工作、寻找正确方法、比较效率、确认bug等主要针对.Net类库所写的测试的集合。
这些测试主要是在LINQS等开源项目的开发过程中创建的。

Release Notes

    * 0.0.2

   1. EnumerableTest, tests IEnumerable is always "enumerates on binding".
   2. ReflectAspNetControlStructureTest, it's available to build and retrieve ASP.NET control structure without HttpContext. This knowledge will used in xp project.
   3. AttributeTest, tests how Type.GetCustomAttributes and Attribute.GetCustomAttributes works, and test to build a LINQ style Attribute accessor. This knowledge will used in LINQS project.

    * 0.0.1

   1. Compare how smart are LINQ to SQL and ADO.NET Entity Framework.

http://www.codeplex.com/ts/Release/ProjectReleases.aspx?ReleaseId=19476
原创粉丝点击