Class SerenityRecipeTemplateGeneratorTests
Tests for the Recipe Template Generator: it enumerates authorable types and produces recipe stubs whose JSON parses back through the loader, with the right section populated (typed vs generic).
Inherited Members
Namespace: Serenity.ProjectRecipe.Tests.Editor
Assembly: Serenity.ProjectRecipe.Tests.Editor.dll
Syntax
public class SerenityRecipeTemplateGeneratorTests
Constructors
SerenityRecipeTemplateGeneratorTests()
Declaration
public SerenityRecipeTemplateGeneratorTests()
Methods
AuthorableTypes_AreFound_AndIncludeKnownTypes()
Declaration
public void AuthorableTypes_AreFound_AndIncludeKnownTypes()
GenerateAll_Parses_AndCoversManyTypes()
Declaration
public void GenerateAll_Parses_AndCoversManyTypes()
GenerateStub_GenericType_ProducesParseableAssetsWithExactType()
Declaration
public void GenerateStub_GenericType_ProducesParseableAssetsWithExactType()
GenerateStub_TypedType_ProducesParseableTypedSection()
Declaration
public void GenerateStub_TypedType_ProducesParseableTypedSection()