资源简介
一个简单的自动化测试架构的实现(C#).属性会作为元数据嵌入到程序集,通过反射机制能够得到这些元数据信息。程序员可以自己定义属性,对属性进行某种格式的定义,并利用属性来影响自己编写代码编译后的程序集(assmbly)自定义属性在编译时作为元数据被编译到程序集中,运行时通过反射机制被读取。这应该是这个自动化测试架构的立足点。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace AttributesClass
{
[AttributeUsage(AttributeTargets.Method AllowMultiple = true)]
public sealed class ClassCleanupAttribute:Attribute
{
public ClassCleanupAttribute()
{ }
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 926 2011-03-01 14:45 PropertyDemo\PropertyDemo.sln
文件 32256 2011-03-02 10:38 PropertyDemo\PropertyDemo.suo
目录 0 2011-03-02 16:00 PropertyDemo\PropertyDemo\
目录 0 2011-03-02 09:56 PropertyDemo\PropertyDemo\bin\
目录 0 2011-03-02 10:40 PropertyDemo\PropertyDemo\bin\Debug\
文件 5632 2011-03-02 10:40 PropertyDemo\PropertyDemo\bin\Debug\AttributesClass.dll
文件 30208 2011-03-02 10:40 PropertyDemo\PropertyDemo\bin\Debug\AttributesClass.pdb
文件 5632 2011-03-02 16:00 PropertyDemo\PropertyDemo\bin\Debug\PropertyDemo.dll
文件 38400 2011-03-02 16:00 PropertyDemo\PropertyDemo\bin\Debug\PropertyDemo.pdb
文件 14328 2011-03-01 14:45 PropertyDemo\PropertyDemo\bin\Debug\PropertyDemo.vshost.exe
文件 490 2009-06-11 05:14 PropertyDemo\PropertyDemo\bin\Debug\PropertyDemo.vshost.exe.manifest
文件 1532 2011-03-02 10:39 PropertyDemo\PropertyDemo\DemoTest.cs
文件 1376 2011-03-02 16:00 PropertyDemo\PropertyDemo\DemoTestThree.cs
文件 1422 2011-03-02 15:58 PropertyDemo\PropertyDemo\DemoTestTwo.cs
目录 0 2011-03-01 14:45 PropertyDemo\PropertyDemo\obj\
目录 0 2011-03-02 16:00 PropertyDemo\PropertyDemo\obj\Debug\
文件 832 2011-03-02 10:40 PropertyDemo\PropertyDemo\obj\Debug\PropertyDemo.csproj.FileListAbsolute.txt
文件 5632 2011-03-02 16:00 PropertyDemo\PropertyDemo\obj\Debug\PropertyDemo.dll
文件 38400 2011-03-02 16:00 PropertyDemo\PropertyDemo\obj\Debug\PropertyDemo.pdb
文件 2622 2011-03-02 10:40 PropertyDemo\PropertyDemo\obj\Debug\ResolveAssemblyReference.cache
目录 0 2011-03-01 14:45 PropertyDemo\PropertyDemo\obj\Debug\TempPE\
目录 0 2011-03-01 14:45 PropertyDemo\PropertyDemo\Properties\
文件 1460 2011-03-01 14:45 PropertyDemo\PropertyDemo\Properties\AssemblyInfo.cs
文件 2898 2011-03-02 16:00 PropertyDemo\PropertyDemo\PropertyDemo.csproj
文件 938 2011-03-01 16:20 PropertyDemoTest\PropertyDemoTest.sln
文件 17920 2011-03-02 10:56 PropertyDemoTest\PropertyDemoTest.suo
目录 0 2011-03-02 16:10 PropertyDemoTest\PropertyDemoTest\
目录 0 2011-03-01 16:20 PropertyDemoTest\PropertyDemoTest\bin\
目录 0 2011-03-02 10:40 PropertyDemoTest\PropertyDemoTest\bin\Debug\
文件 5632 2011-03-02 10:40 PropertyDemoTest\PropertyDemoTest\bin\Debug\AttributesClass.dll
文件 30208 2011-03-02 10:40 PropertyDemoTest\PropertyDemoTest\bin\Debug\AttributesClass.pdb
............此处省略45个文件信息
- 上一篇:网络文件传送 c#源码
- 下一篇:C#2.0进程CPU占用率
相关资源
- C#2.0进程CPU占用率
- 网络文件传送 c#源码
- C# 写的CDT 规约解析 并打包发送程序
- (C#)局域网二人军棋对战游戏
- C#实现udp打洞客户端与服务器端源码
- 图像处理代码C# 平滑去噪、锐化、伪
- ENVI的BSQ BIL BIP三种栅格格式转换的C
- C#画图软件
- C#微信带参二维码海报
- C#利用DirectSound实现PCM音频流保存为
- wpf实现的手画板
- C#实现二维矢量图编辑
- C#键盘鼠标模拟 Windows Input Simulator
- c#udp文件传输
- chart控件,实时趋势,C#程序,可以设
- C#使用webBrowser控件获取URL图片
- C#简单矢量作图系统
-
基于C#的 读取xm
l数据的GDI画图 程序 - C#编写的道格拉斯算法演示
- C#把打印中的文件输出为PDF
- 多元函数遗传算法
- c#窗体编写的简单的聊天室系统
-
上位机与欧姆龙PLC的hostli
nk通信 - c#方便调用次世代AntiVC.dll插件
- C# Socket_服务端向指定的客户端发送消
- asp.net-c#写的一个cookie和session登陆小实
- 淘宝、天猫、京东 API接口样例,C# 非
- C#初级不涉及数据库的学生成绩管理系
- C#制作PDF以及源代码.rar
- 单像空间后方交会C#版
评论
共有 条评论