Class ConversionUtilityTests
Inheritance
object
ConversionUtilityTests
Namespace: Unity.VisualScripting.Tests
Assembly: solution.dll
Syntax
public class ConversionUtilityTests
Methods
TestTryConvertGeneric(object, int, bool)
Declaration
public void TestTryConvertGeneric(object value, int expectedValue, bool converted)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | |
| int | expectedValue | |
| bool | converted |