This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Unity3D.
Summary
Test a provided Unity3D project with the specified test options.
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