Merge pull request #68 from nunit/issue-66

Convert NUnit 3.0 UI references to NUnit 3
This commit is contained in:
Rob Prouse 2016-11-02 14:16:21 -04:00 коммит произвёл GitHub
Родитель dab80f20fb 43650a02f7
Коммит c415c873d6
6 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# NUnit 3.0 Xamarin Runners
# NUnit 3 Xamarin Runners
NUnit test runners for Xamarin and mobile devices
@ -31,7 +31,7 @@ The startup code for each platform is as follows;
**MainActivity.cs**
```C#
[Activity(Label = "NUnit 3.0", MainLauncher = true, Theme = "@android:style/Theme.Holo.Light", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[Activity(Label = "NUnit 3", MainLauncher = true, Theme = "@android:style/Theme.Holo.Light", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
{
protected override void OnCreate(Bundle savedInstanceState)
@ -303,7 +303,7 @@ If you've followed the steps above, you can now replace the AppDelegate.cs or Ma
**MainActivity.cs**
```C#
[Activity(Label = "NUnit 3.0", MainLauncher = true, Theme = "@android:style/Theme.Holo.Light", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[Activity(Label = "NUnit 3", MainLauncher = true, Theme = "@android:style/Theme.Holo.Light", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
{
protected override void OnCreate(Bundle savedInstanceState)

Просмотреть файл

@ -27,7 +27,7 @@ using Android.OS;
namespace $rootnamespace$
{
[Activity(Label = "NUnit 3.0", MainLauncher = true, Theme= "@android:style/Theme.Holo.Light", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[Activity(Label = "NUnit 3", MainLauncher = true, Theme= "@android:style/Theme.Holo.Light", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
{
protected override void OnCreate(Bundle savedInstanceState)

Просмотреть файл

@ -3,16 +3,16 @@
<metadata minClientVersion="2.8.5">
<id>nunit.xamarin</id>
<version>$version$</version>
<title>NUnit 3.0 Xamarin Runner</title>
<title>NUnit 3 Xamarin Runner</title>
<authors>Rob Prouse</authors>
<owners>Charlie Poole</owners>
<description>Adds support for running NUnit 3.0 unit tests on Xamarin
<description>Adds support for running NUnit 3 unit tests on Xamarin
Supported Xamarin platforms:
- Android
- iOS
- Windows 10 Universal Apps</description>
<summary>NUnit 3.0 runner components for Xamarin</summary>
<summary>NUnit 3 runner components for Xamarin</summary>
<tags>nunit xamarin android ios monoandroid monotouch winphone tdd unit test testing</tags>
<language>en-US</language>
<licenseUrl>http://nunit.org/nuget/nunit3-license.txt</licenseUrl>

Просмотреть файл

@ -25,7 +25,7 @@ using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("NUnit Software")]
[assembly: AssemblyProduct("NUnit 3.0 Xamarin Runner")]
[assembly: AssemblyProduct("NUnit 3 Xamarin Runner")]
[assembly: AssemblyCopyright("Copyright (C) 2015 Charlie Poole")]
[assembly: AssemblyTrademark("NUnit is a trademark of NUnit Software")]
[assembly: AssemblyCulture("")]

Просмотреть файл

@ -2,7 +2,7 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="NUnit.Runner.View.SummaryView"
Title="NUnit 3.0"
Title="NUnit 3"
Padding="10"
BackgroundColor="{DynamicResource defaultBackground}" >
<ContentPage.Triggers>

Просмотреть файл

@ -25,7 +25,7 @@ using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("NUnit Software")]
[assembly: AssemblyProduct("NUnit 3.0")]
[assembly: AssemblyProduct("NUnit 3")]
[assembly: AssemblyCopyright("Copyright (C) 2015 Charlie Poole")]
[assembly: AssemblyTrademark("NUnit is a trademark of NUnit Software")]
[assembly: AssemblyCulture("")]