2004年4月7日

Supporting VS.NET and NAnt

摘要: Up until recently, I'd been running automated builds for .NET apps using a set of batch files that called out to devenv.exe to do the actual build. This worked well at first, but has a number of draw... 阅读全文

posted @ 2004-04-07 13:39 muddle 阅读(644) 评论(0) 推荐(0) 编辑

在单元测试中,如何测试非public的对象

摘要: 在单元测试的时候,由于保护级别的限制,我们对一些非public 类型的class, 或method无法在另一个单独的测试工程中进行测试,要是在原工程中进行测试,又显得有点乱。我们可以用预编译来解决这个问题,使得单元测试可以在一个单独的工程中进行。如例Project1 namespace Project1{ class Class1 { }}我们改写成project1namespace... 阅读全文

posted @ 2004-04-07 11:09 muddle 阅读(1665) 评论(9) 推荐(0) 编辑

导航