Skip to content

Commit

Permalink
fix: Updated TOC and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsashah45 committed Apr 16, 2024
1 parent f4bbf6e commit 6ce0406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions doc/articles/getting-started/GettingStartedWithTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: Uno.Authoring.Tests
---
# How-To: Creating an application with tests using Uno.Extensions

This tutorial will walk through how to create an Uno application with the `dotnet new` tool, which is already configured to use the Uno.Extensions.
This tutorial will walk through how to create an Uno application with tests.

> [!NOTE]
> Make sure to setup your environment first by [following our instructions](xref:Uno.GetStarted.vs2022).
Expand All @@ -13,9 +13,7 @@ This tutorial will walk through how to create an Uno application with the `dotne
The generated solution will contain:

* *MyProjectName* - for application logic, and other constructs like view models and services, as well as the pages, controls, and other views that make up the UI of the application.
* *MyProjectName/Platforms* - platform-specific folders for each supported platform.
* *MyProjectName.Tests* and *MyProjectName.UI.Tests* - for writing unit and UI tests respectively.
* *MyProjectName.Server* - backend server projects.

![The structure of the generated solution](Assets/ProjectStructure-Tests-min.png)

Expand Down
2 changes: 2 additions & 0 deletions doc/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
items:
- name: Using the Uno.SDK
href: xref:Uno.Features.Uno.Sdk
- name: Getting Started With Tests
href: xref:Uno.Authoring.Tests
- name: Platform-specific C# code
href: platform-specific-csharp.md
- name: Platform-specific XAML markup
Expand Down

0 comments on commit 6ce0406

Please sign in to comment.