Skip to content

Commit 5e48fef

Browse files
csharptestrogerk
authored and
rogerk
committed
Adding silverlight testing framework and statlight test runner
1 parent e08ae6f commit 5e48fef

24 files changed

+18263
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0"?>
2+
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4+
<assembly>
5+
<name>Microsoft.Silverlight.Testing</name>
6+
<version>2.0.5.0</version>
7+
<publickeytoken>31bf3856ad364e35</publickeytoken>
8+
<relpath>Microsoft.Silverlight.Testing.dll</relpath>
9+
<extension downloadUri="Microsoft.Silverlight.Testing.zip" />
10+
</assembly>
11+
12+
</manifest>
Binary file not shown.

lib/Microsoft.Silverlight.Testing/April2010/Microsoft.Silverlight.Testing.xml

+14,796
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0"?>
2+
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4+
<assembly>
5+
<name>Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight</name>
6+
<version>2.0.5.0</version>
7+
<publickeytoken>31bf3856ad364e35</publickeytoken>
8+
<relpath>Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</relpath>
9+
<extension downloadUri="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.zip" />
10+
</assembly>
11+
12+
</manifest>

lib/Microsoft.Silverlight.Testing/April2010/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml

+3,429
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/StatLight/StatLight.nupkg

3.93 MB
Binary file not shown.
195 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
MSDN CODE GALLERY BINARY LICENSE
2+
3+
You are free to install, use, copy and distribute any number of copies of the software, in object code form, provided that you retain:
4+
5+
• all copyright, patent, trademark, and attribution notices that are present in the software,
6+
• this list of conditions, and
7+
• the following disclaimer in the documentation and/or other materials provided with the software.
8+
9+
The software is licensed “as-is.” You bear the risk of using it. No express warranties, guarantees or conditions are provided. To the extent permitted under your local laws, the implied warranties of merchantability, fitness for a particular purpose and non-infringement are excluded.
10+
11+
This license does not grant you any rights to use any other party’s name, logo, or trademarks. All rights not specifically granted herein are reserved.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
134 KB
Binary file not shown.
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
See:
2+
3+
http://statlight.codeplex.com/license

lib/StatLight/tools/StatLight.exe

50.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)