# Sandbox.Application.IsUnitTest

```csharp
static bool IsUnitTest { get; set; }
```

True if we're running the engine as part of a unit test

Declared in [Sandbox.Application](/api/Sandbox.Application).
Assembly: `Sandbox.Engine`.
