您的位置:首页 > 理论基础 > 计算机网络

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

2008-11-16 16:00 411 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息