Skip to content

Commit

Permalink
add Novellus.FormsTest project
Browse files Browse the repository at this point in the history
  • Loading branch information
鵜巷 committed Oct 15, 2019
1 parent 084e700 commit 5947bf4
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 1 deletion.
1 change: 0 additions & 1 deletion Novellus.Android/Settings.StyleCop

This file was deleted.

60 changes: 60 additions & 0 deletions Novellus.FormTests/HybridWebViewTests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Novellus;
using System;
using System.Collections.Generic;
using System.Text;

namespace Novellus.Tests
{
[TestClass]
public class HybridWebViewTests
{
[TestMethod]
public void GenerateFunctionScriptTest()
{
Assert.Fail();
}

[TestMethod]
public void InjectJavascriptAsyncTest()
{
Assert.Fail();
}

[TestMethod]
public void GetRegisteredActionNamesTest()
{
Assert.Fail();
}

[TestMethod]
public void RegisterActionTest()
{
Assert.Fail();
}

[TestMethod]
public void RemoveActionTest()
{
Assert.Fail();
}

[TestMethod]
public void RemoveAllActionsTest()
{
Assert.Fail();
}

[TestMethod]
public void HandleScriptReceivedTest()
{
Assert.Fail();
}

[TestMethod]
public void DisposeTest()
{
Assert.Fail();
}
}
}
20 changes: 20 additions & 0 deletions Novellus.FormTests/Novellus.FormTests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Novellus.Form\Novellus.Form.csproj" />
</ItemGroup>

</Project>
26 changes: 26 additions & 0 deletions Novellus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novellus.Form", "Novellus.F
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novellus.Mac", "Novellus.Mac\Novellus.Mac.csproj", "{5158B71C-1F6A-4889-9175-EBA00B209694}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novellus.FormTests", "Novellus.FormTests\Novellus.FormTests.csproj", "{E48A9422-B3BF-4929-B793-F3416F460FDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -197,6 +199,30 @@ Global
{5158B71C-1F6A-4889-9175-EBA00B209694}.Release|x64.Build.0 = Release|Any CPU
{5158B71C-1F6A-4889-9175-EBA00B209694}.Release|x86.ActiveCfg = Release|Any CPU
{5158B71C-1F6A-4889-9175-EBA00B209694}.Release|x86.Build.0 = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|ARM.Build.0 = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|iPhone.Build.0 = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|x64.ActiveCfg = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|x64.Build.0 = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|x86.ActiveCfg = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Debug|x86.Build.0 = Debug|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|Any CPU.Build.0 = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|ARM.ActiveCfg = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|ARM.Build.0 = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|iPhone.ActiveCfg = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|iPhone.Build.0 = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|x64.ActiveCfg = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|x64.Build.0 = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|x86.ActiveCfg = Release|Any CPU
{E48A9422-B3BF-4929-B793-F3416F460FDD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 5947bf4

Please sign in to comment.