PCLTesting 0.2.2
.NET Framework 4.5
Requires NuGet 2.7.2 or higher.
Install-Package PCLTesting -Version 0.2.2
dotnet add package PCLTesting --version 0.2.2
<PackageReference Include="PCLTesting" Version="0.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PCLTesting --version 0.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PCLTesting, 0.2.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install PCLTesting as a Cake Addin
#addin nuget:?package=PCLTesting&version=0.2.2
// Install PCLTesting as a Cake Tool
#tool nuget:?package=PCLTesting&version=0.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PCL Testing is a simple test framework for writing portable tests and running them on .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid10 |
MonoTouch | monotouch10 |
Silverlight | sl5 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | win8 |
Xamarin.iOS | xamarinios10 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
- PCLCommandBase (>= 0.2.2 && < 1.0.0)
- Validation (>= 2.0.6 && < 3.0.0)
- Xamarin.Forms (>= 1.0.6197 && < 2.0.0)
-
All Frameworks
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
- PCLCommandBase (>= 0.2.2 && < 1.0.0)
- Validation (>= 2.0.6 && < 3.0.0)
-
MonoAndroid 1.0
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
- PCLCommandBase (>= 0.2.2 && < 1.0.0)
- Validation (>= 2.0.6 && < 3.0.0)
- Xamarin.Forms (>= 1.0.6197 && < 2.0.0)
-
MonoTouch 1.0
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
- PCLCommandBase (>= 0.2.2 && < 1.0.0)
- Validation (>= 2.0.6 && < 3.0.0)
- Xamarin.Forms (>= 1.0.6197 && < 2.0.0)
-
Portable Class Library (.NETFramework 4.5, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0)
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
- Xamarin.Forms (>= 1.0.6197 && < 2.0.0)
-
Windows 8.0
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
- PCLCommandBase (>= 0.2.2 && < 1.0.0)
- Validation (>= 2.0.6 && < 3.0.0)
- Xamarin.Forms (>= 1.0.6197 && < 2.0.0)
-
WindowsPhone 8.0
- Microsoft.Bcl (>= 1.1.9 && < 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168 && < 2.0.0)
- Microsoft.Bcl.Build (>= 1.0.21 && < 2.0.0)
- PCLCommandBase (>= 0.2.2 && < 1.0.0)
- Validation (>= 2.0.6 && < 3.0.0)
- Xamarin.Forms (>= 1.0.6197 && < 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on PCLTesting:
Repository | Stars |
---|---|
dsplaisted/PCLStorage
PCL Storage - Portable Storage APIs
|
Version | Downloads | Last updated |
---|---|---|
0.2.2 | 2,145 | 1/4/2015 |
0.2.0 | 1,117 | 6/18/2014 |
0.1.2-Beta3 | 862 | 6/14/2014 |
0.1.2-Beta2 | 772 | 6/14/2014 |
0.1.2-Beta1 | 808 | 6/13/2014 |
0.1.1 | 3,279 | 1/8/2014 |
Adds Xamarin.Forms based UI for platform-independent test runner with filtered test runs, aggregate results, and easier reviewing of errors.