View Resource
Source
blogs.msdn.com, posted 2010-07-07
Added By
BillHenn on 2010-07-11
Vitals
0score
- 7237 total views
Summary
A suite of tests to ensure that a XAML parser is compliant with the XAML specification.
Excerpt
"Generally, when theres an open spec format, theres usually a set of tests that ensure that the spec is being followed right. As as example, the Acid tests help in deterning the support of web standards in different web browsers. So when it came to XAML, we decided that we should have a basic set of tests that can be used to determine whether the parser implementation is compliant with the XAML spec. You can find the latest XAML spec at (LINK) So here we have it, V1 of the XAML Compliance suite of tests. The suite consists of two parts: a custom type library and a collection of xaml files that use those types. The types are self verifiable - so using the library would need users to have a simple function that exercises their parser with the xaml files. A simple loader for the System.Xaml parser is included in the project as a sample. Since the types are CLR based they can easily be used with other parsers without needing a dependency on WPF."
Full Link
http://blogs.msdn.com/b/llobo/archive/2010/07/07/xaml-compliance-suite-v1.aspx
Comments
There aren't any comments yet for this resource. Be the first to add one!
Add a Comment
Please log in to post comments.