Class ScribanTemplateRendererProvider_Tests
Inheritance
object
ScribanTemplateRendererProvider_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TextTemplating.Scriban
Assembly: Volo.Abp.TextTemplating.Scriban.Tests.dll
Syntax
public class ScribanTemplateRendererProvider_Tests : AbpTextTemplatingTestBase<ScribanTextTemplatingTestModule>, IDisposable
Constructors
ScribanTemplateRendererProvider_Tests()
Declaration
public ScribanTemplateRendererProvider_Tests()
Methods
Should_Get_Localized_Numbers()
Declaration
public Task Should_Get_Localized_Numbers()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Get_Rendered_Inline_Localized_Template()
Declaration
public Task Should_Get_Rendered_Inline_Localized_Template()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Get_Rendered_Localized_Template_Content_With_Dictionary_Model()
Declaration
public Task Should_Get_Rendered_Localized_Template_Content_With_Dictionary_Model()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Get_Rendered_Localized_Template_Content_With_Different_Cultures()
Declaration
public Task Should_Get_Rendered_Localized_Template_Content_With_Different_Cultures()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Get_Rendered_Localized_Template_Content_With_Stronly_Typed_Model()
Declaration
public Task Should_Get_Rendered_Localized_Template_Content_With_Stronly_Typed_Model()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable