Class NestingTests
Namespace: UnityEngine.Localization.SmartFormat.Tests.Core
Syntax
public class NestingTests
Constructors
NestingTests()
Declaration
public NestingTests()
Methods
Nesting_can_access_outer_scopes(String, String)
Declaration
public void Nesting_can_access_outer_scopes(string format, string expectedOutput)
Parameters
Type | Name | Description |
---|---|---|
String | format | |
String | expectedOutput |
Nesting_can_access_outer_scopes_no_blanks(String, String)
Declaration
public void Nesting_can_access_outer_scopes_no_blanks(string format, string expectedOutput)
Parameters
Type | Name | Description |
---|---|---|
String | format | |
String | expectedOutput |
Nesting_can_access_root_via_number(String, String)
Declaration
public void Nesting_can_access_root_via_number(string format, string expectedOutput)
Parameters
Type | Name | Description |
---|---|---|
String | format | |
String | expectedOutput |