Unturned.uTest.Templates
0.0.3
dotnet new install Unturned.uTest.Templates@0.0.3
This package contains a .NET Template Package you can call from the shell/command line.
uTest Templates
Defines templates for creating testing projects with uTest, an integration testing framework for running tests within Unturned, a Unity survival game.
NuGet Packages
| Package | Description |
|---|---|
| Contains the module for uTest and the main APIs for writing tests. | |
| Contains APIs for integrating plugin frameworks such as OpenMod into uTest. | |
| Microsoft Testing Platform runner for creating an executable for running tests. Also facilitates tests on supporting IDEs, such as Visual Studio, Rider, or VS Code. | |
| Contains a project template for a uTest test project. See package README for instructions. |
Installation
If this is your first time, install the templates.
dotnet new install Unturned.uTest.Templates
Create a new project.
- Visual Studio:
Solution > Add > New Project > uTest Test Project - CLI:
dotnet new uTest -o "PROJECT-NAME-GOES-HERE"
Legal
Unturned.uTest - An integration testing framework for Unturned.
Copyright (C) 2026 Daniel Willett
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.