Unity3DAliases.

TestUnity3DProject(ICakeContext, FilePath, Unity3DTestOptions) Method

Summary

Test a provided Unity3D project with the specified test options.
Assembly
Cake.Unity3D.dll
Namespace
Cake.Unity3D
Containing Type
Unity3DAliases

Syntax

public static void TestUnity3DProject(this ICakeContext context, FilePath projectFolder, Unity3DTestOptions options)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The active cake context.
projectFolder FilePath The absolute path to the Unity3D project to test.
options Unity3DTestOptions The test options to use when testing the project.

Return Value

Type Description
void