Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
GCM-OTHER
/
ICS-SCADA-APP-WEN
Observar
4
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Nenhuma descrição
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
4
Commits
1
Branch
Tag:
00d4ad5e5c
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 00d4ad5e5c
${ noResults }
ICS-SCADA-APP-WEN
/
Library
/
PackageCache
/
com.unity.test-framework
/
Documentation~
/
manual.md
manual.md
4.4KB
Histórico
Original
Unity Test Framework manual
This is the manual for the Unity Test Framework (UTF):
Introduction
Unity Test Framework overview
Edit Mode vs. Play Mode tests
Getting started
Getting started with UTF
Workflows:
How to create a new test assembly
How to create a test
How to run a test
How to create a Play Mode test
How to run a Play Mode test in player
Resources
Extending UTF
Extending UTF
Workflows:
How to split the build and run process for standalone Play Mode tests
How to run tests programmatically
How to get test results
How to retrieve the list of tests
Reference
Running tests from the command-line
UnityTest attribute
Setup and cleanup at build time
IPrebuildSetup
IPostBuildCleanup
Actions outside of tests
Action execution order
UnitySetUp and UnityTearDown
OuterUnityTestAction
Domain Reloads
Custom attributes
ConditionalIgnore attribute
PostBuildCleanup attribute
PrebuildSetup attribute
TestMustExpectAllLogs attribute
TestPlayerBuildModifier attribute
TestRunCallback attribute
UnityPlatform attribute
UnitySetUp attribute
UnityTearDown attribute
UnityTest attribute
Custom equality comparers
ColorEqualityComparer
FloatEqualityComparer
QuaternionEqualityComparer
Vector2EqualityComparer
Vector3EqualityComparer
Vector4EqualityComparer
Custom equality comparers with equals operator
Test Utils
Custom yield instructions
IEditModeTestYieldInstruction
EnterPlayMode
ExitPlayMode
Custom assertion
LogAssert
Custom constraints
Is
Parameterized tests
MonoBehaviour tests
MonoBehaviourTest
IMonoBehaviourTest
TestRunnerApi
ExecutionSettings
Filter
ITestRunSettings
ICallbacks
IErrorCallbacks