惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The Register - Security
The Register - Security
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
aimingoo的专栏
aimingoo的专栏
C
Check Point Blog
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
L
LangChain Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
Security @ Cisco Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
H
Hacker News: Front Page
L
Lohrmann on Cybersecurity
T
Troy Hunt's Blog
T
Threat Research - Cisco Blogs
A
About on SuperTechFans
T
Threatpost
AWS News Blog
AWS News Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
Tor Project blog
Google Online Security Blog
Google Online Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Tenable Blog
W
WeLiveSecurity
博客园 - 叶小钗
K
Kaspersky official blog
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
M
MIT News - Artificial intelligence
Hacker News - Newest:
Hacker News - Newest: "LLM"
Engineering at Meta
Engineering at Meta
有赞技术团队
有赞技术团队
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
小众软件
小众软件
D
Docker
爱范儿
爱范儿
C
Cyber Attacks, Cyber Crime and Cyber Security
N
News and Events Feed by Topic
S
Schneier on Security
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net

博客园 - 江南白衣

花开在眼前 多收了三五斗 SQL Server 2008 Spatial Tools Visual Studio 2008 Service Pack 1 Release View to Presenter Communication Polymorphic Databinding Solutions Composite Application Guidance - What is it? Unsaved Changes When CAB Application Closes: The Notification Pattern AddIn Enabled Applications 带套的日子 NET Debugger Visualizers List Composite Application Guidance for WPF-June 2008 Managed Extensibility Framework (MEF) Managed Extensibility and Add-In Framework 祝我生日快乐 Why use the Entity Framework? Entity Framework FAQ Visual Studio 2008 SP1: Sync Services for ADO.Net with SQL Server 2008 Change Tracking (转) Managed Services for Windows Mobile
xUnit.net 1.0.1 Realese
江南白衣 · 2008-05-30 · via 博客园 - 江南白衣

Posted on 2008-05-30 22:41  江南白衣  阅读(833)  评论()    收藏  举报

xUnit.net 1.0.1 RTM, build #1279. Taken from source control change set #19307.

Update for xUnit.net which adds support for ASP.NET MVC Preview 3, support for recent builds of F#, as well as fixes several bugs from the 1.0 release.

This release includes:

  • Core library (xunit.dll)
  • Version-resilient runner support (xunit.runner.utility.dll)
  • Support for ASP.NET MVC
  • Support for CruiseControl.net (see the wiki for more information)
  • Installer utility for runners and ASP.NET MVC (xunit.installer.exe)
  • Runners:
    • Console runner (xunit.console.exe)
    • Experimental GUI runner (xunit.gui.exe)
    • MSBuild runner (xunitext.runner.msbuild.dll)
    • TestDriven.net 2.x runner (xunitext.runner.tdnet.dll)
    • ReSharper 3.1 runner (xunitext.runner.jetbrains.dll)
    • Runner installer (xunitext.runner.installer.exe)
  • Extensions for .NET 2.0+ (xunitext.dll):
    • Data theories using [Theory] with support for data from inline values, properties, Excel spreadsheets, SQL Server, and OLE DB data sources
    • [AssumeIdentity] extension
    • [AutoRollback] extension
    • [FreezeClock] extension
    • [Trace] extension
    • TestClass and Assertions base class for assertion extensibility
  • Extensions for .NET 3.5+ (xunitext35.dll):
    • Assertion extension methods for Object, String, Boolean, IEnumerable, and IEnumerable<T>
  • Extensions for NUnit 2.4.3 users (xunitext.nunit.dll):
    • [RunWithNUnit] extension

Site:http://www.codeplex.com/xunit/