Skip to content

Commit

Permalink
FIX Исправлена опечатка в названии класса FakeTracingService.
Browse files Browse the repository at this point in the history
FIX Исправлена документация.
  • Loading branch information
ZooY committed Aug 11, 2017
2 parents 336dabf + d2e7f37 commit 3edfd13
Show file tree
Hide file tree
Showing 155 changed files with 270 additions and 211 deletions.
Binary file added NuGet/PZone.SDK.XRM.Testing.8.0.0.1.nupkg
Binary file not shown.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ Testing components for Microsoft Dynamics CRM development.

## Download

<a href="https://github.com/ZooY/PZone.SDK.XRM.Testing/releases">Latest release</a>
<ul>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Testing/releases">Release</a></li>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Testing/releases">Source Code</a></li>
</ul>

## All My Dynamics CRM Libs

<ul>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM">PZone SDK XRM</a> Common assembly for Microsoft Dynamics development.</li>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Plugins">PZone SDK XRM Plug-ins</a> Common assembly for Microsoft Dynamics CRM Plug-ins development.</li>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Workflow">PZone SDK XRM Workflow</a> Common assembly for Microsoft Dynamics CRM Workflow development.</li>
<li>PZone SDK XRM Testing (current)</li>
</ul>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Testing">PZone SDK XRM Testing</a> Testing components for Microsoft Dynamics CRM development.</li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace PZone.Xrm.Testing
/// <summary>
/// Заглушка для классов, реализующих интерфейс <see cref="ITracingService"/>.
/// </summary>
public class FakseTracingService : ITracingService
public class FakeTracingService : ITracingService
{
/// <summary>
/// Запись строки в окно трассировки.
Expand Down
2 changes: 1 addition & 1 deletion Source/PZone.Xrm.Testing/PZone.Xrm.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Compile Include="FakeOrganizationServiceFactory.cs" />
<Compile Include="FakePluginExecutionContext.cs" />
<Compile Include="FakeServiceProvider.cs" />
<Compile Include="FakseTracingService.cs" />
<Compile Include="FakeTracingService.cs" />
<Compile Include="EntityExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Workflow\FakeWorkflowContext.cs" />
Expand Down
4 changes: 2 additions & 2 deletions Source/PZone.Xrm.Testing/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.0.0.0")]
[assembly: AssemblyVersion("8.0.0.1")]
[assembly: AssemblyFileVersion("8.0.0.1")]
6 changes: 1 addition & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@
PM> Install-Package PZone.SDK.XRM.Testing
```

## Download

<a href="https://github.com/ZooY/PZone.SDK.XRM.Testing/releases">Latest release</a>

## All My Dynamics CRM Libs

<ul>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM">PZone SDK XRM</a> Common assembly for Microsoft Dynamics development.</li>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Plugins">PZone SDK XRM Plug-ins</a> Common assembly for Microsoft Dynamics CRM Plug-ins development.</li>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Workflow">PZone SDK XRM Workflow</a> Common assembly for Microsoft Dynamics CRM Workflow development.</li>
<li>PZone SDK XRM Testing (current)</li>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Testing">PZone SDK XRM Testing</a> Testing components for Microsoft Dynamics CRM development.</li>
</ul>

2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
theme: jekyll-theme-modernist
show_downloads: true
show_downloads: false
60 changes: 60 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>

<link href='https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header {% unless site.description or site.github.project_tagline %} class="without-description" {% endunless %}>
<h1>{{ site.title | default: site.github.repository_name }}</h1>
{% if site.description or site.github.project_tagline %}
<p>{{ site.description | default: site.github.project_tagline }}</p>
{% endif %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
<ul>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Testing/releases">Download <strong>Release</strong></a></li>
<li><a href="https://github.com/ZooY/PZone.SDK.XRM.Testing/releases">Download <strong>Source</strong></a></li>
{% if site.show_downloads %}
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
{% endif %}
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>

{{ content }}

</section>
</div>
<footer>
{% if site.github.is_project_page %}
<p>Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
{% endif %}
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->

{% if site.google_analytics %}
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</body>
</html>
20 changes: 10 additions & 10 deletions docs/v8/WebKI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
</HelpKINode>
<HelpKINode Title="FakeServiceProvider.FakeServiceProvider constructor" Url="html/M_PZone_Xrm_Testing_FakeServiceProvider__ctor.htm" />
<HelpKINode Title="FakeServiceProvider.GetService method" Url="html/M_PZone_Xrm_Testing_FakeServiceProvider_GetService.htm" />
<HelpKINode Title="FakeTracingService class">
<HelpKINode Title="FakeTracingService Class" Url="html/T_PZone_Xrm_Testing_FakeTracingService.htm" />
<HelpKINode Title="about FakeTracingService class" Url="html/T_PZone_Xrm_Testing_FakeTracingService.htm" />
<HelpKINode Title="constructor" Url="html/M_PZone_Xrm_Testing_FakeTracingService__ctor.htm" />
<HelpKINode Title="methods" Url="html/Methods_T_PZone_Xrm_Testing_FakeTracingService.htm" />
</HelpKINode>
<HelpKINode Title="FakeTracingService.FakeTracingService constructor" Url="html/M_PZone_Xrm_Testing_FakeTracingService__ctor.htm" />
<HelpKINode Title="FakeTracingService.Trace method" Url="html/M_PZone_Xrm_Testing_FakeTracingService_Trace.htm" />
<HelpKINode Title="FakeWorkflowContext class">
<HelpKINode Title="FakeWorkflowContext Class" Url="html/T_PZone_Xrm_Testing_Workflow_FakeWorkflowContext.htm" />
<HelpKINode Title="about FakeWorkflowContext class" Url="html/T_PZone_Xrm_Testing_Workflow_FakeWorkflowContext.htm" />
Expand Down Expand Up @@ -140,14 +148,6 @@
<HelpKINode Title="FakeWorkflowContext.UserId property" Url="html/P_PZone_Xrm_Testing_Workflow_FakeWorkflowContext_UserId.htm" />
<HelpKINode Title="FakeWorkflowContext.WorkflowCategory property" Url="html/P_PZone_Xrm_Testing_Workflow_FakeWorkflowContext_WorkflowCategory.htm" />
<HelpKINode Title="FakeWorkflowContext.WorkflowMode property" Url="html/P_PZone_Xrm_Testing_Workflow_FakeWorkflowContext_WorkflowMode.htm" />
<HelpKINode Title="FakseTracingService class">
<HelpKINode Title="FakseTracingService Class" Url="html/T_PZone_Xrm_Testing_FakseTracingService.htm" />
<HelpKINode Title="about FakseTracingService class" Url="html/T_PZone_Xrm_Testing_FakseTracingService.htm" />
<HelpKINode Title="constructor" Url="html/M_PZone_Xrm_Testing_FakseTracingService__ctor.htm" />
<HelpKINode Title="methods" Url="html/Methods_T_PZone_Xrm_Testing_FakseTracingService.htm" />
</HelpKINode>
<HelpKINode Title="FakseTracingService.FakseTracingService constructor" Url="html/M_PZone_Xrm_Testing_FakseTracingService__ctor.htm" />
<HelpKINode Title="FakseTracingService.Trace method" Url="html/M_PZone_Xrm_Testing_FakseTracingService_Trace.htm" />
<HelpKINode Title="GetService method" Url="html/M_PZone_Xrm_Testing_FakeServiceProvider_GetService.htm" />
<HelpKINode Title="InitiatingUserId property">
<HelpKINode Title="FakePluginExecutionContext.InitiatingUserId Property " Url="html/P_PZone_Xrm_Testing_FakePluginExecutionContext_InitiatingUserId.htm" />
Expand Down Expand Up @@ -232,7 +232,7 @@
<HelpKINode Title="PZone.Xrm.Testing.FakeOrganizationServiceFactory class" Url="html/T_PZone_Xrm_Testing_FakeOrganizationServiceFactory.htm" />
<HelpKINode Title="PZone.Xrm.Testing.FakePluginExecutionContext class" Url="html/T_PZone_Xrm_Testing_FakePluginExecutionContext.htm" />
<HelpKINode Title="PZone.Xrm.Testing.FakeServiceProvider class" Url="html/T_PZone_Xrm_Testing_FakeServiceProvider.htm" />
<HelpKINode Title="PZone.Xrm.Testing.FakseTracingService class" Url="html/T_PZone_Xrm_Testing_FakseTracingService.htm" />
<HelpKINode Title="PZone.Xrm.Testing.FakeTracingService class" Url="html/T_PZone_Xrm_Testing_FakeTracingService.htm" />
<HelpKINode Title="PZone.Xrm.Testing.TestCategory class" Url="html/T_PZone_Xrm_Testing_TestCategory.htm" />
<HelpKINode Title="PZone.Xrm.Testing.Workflow namespace" Url="html/N_PZone_Xrm_Testing_Workflow.htm" />
<HelpKINode Title="PZone.Xrm.Testing.Workflow.FakeWorkflowContext class" Url="html/T_PZone_Xrm_Testing_Workflow_FakeWorkflowContext.htm" />
Expand All @@ -258,7 +258,7 @@
<HelpKINode Title="fields" Url="html/Fields_T_PZone_Xrm_Testing_TestCategory.htm" />
</HelpKINode>
<HelpKINode Title="TestCategory.Integration field" Url="html/F_PZone_Xrm_Testing_TestCategory_Integration.htm" />
<HelpKINode Title="Trace method" Url="html/M_PZone_Xrm_Testing_FakseTracingService_Trace.htm" />
<HelpKINode Title="Trace method" Url="html/M_PZone_Xrm_Testing_FakeTracingService_Trace.htm" />
<HelpKINode Title="Update method" Url="html/M_PZone_Xrm_Testing_FakeOrganizationService_Update.htm" />
<HelpKINode Title="UserId property">
<HelpKINode Title="FakePluginExecutionContext.UserId Property " Url="html/P_PZone_Xrm_Testing_FakePluginExecutionContext_UserId.htm" />
Expand Down
Loading

0 comments on commit 3edfd13

Please sign in to comment.