Class AiPromptWizardStepPlanTests
EditMode tests for AiPromptWizardStepPlan — pure, no AssetDatabase.
Inherited Members
Namespace: Serenity.AiPromptBuilder.Tests.Editor
Assembly: Serenity.AiPromptBuilder.Tests.Editor.dll
Syntax
public class AiPromptWizardStepPlanTests
Constructors
AiPromptWizardStepPlanTests()
Declaration
public AiPromptWizardStepPlanTests()
Methods
Build_EmptySelection_HasOnlyHeadAndTail()
Declaration
public void Build_EmptySelection_HasOnlyHeadAndTail()
Build_EveryNonEmptySelection_ProducesOneConfigureStepPerIntentInCanonicalOrder()
Declaration
public void Build_EveryNonEmptySelection_ProducesOneConfigureStepPerIntentInCanonicalOrder()
Build_HasInstructionsStepBetweenSkillsAndIntents()
Declaration
public void Build_HasInstructionsStepBetweenSkillsAndIntents()
Build_NullSelection_HasOnlyHeadAndTail()
Declaration
public void Build_NullSelection_HasOnlyHeadAndTail()
Build_SelectionOrderDoesNotAffectCanonicalOrder()
Declaration
public void Build_SelectionOrderDoesNotAffectCanonicalOrder()
IndexOf_ConfigureKindWithoutIntentKind_NeverMatchesAConfigureStep()
Declaration
public void IndexOf_ConfigureKindWithoutIntentKind_NeverMatchesAConfigureStep()
IndexOf_ExistingConfigureStep_ReturnsItsIndex()
Declaration
public void IndexOf_ExistingConfigureStep_ReturnsItsIndex()
IndexOf_ExistingFixedStep_ReturnsItsIndex()
Declaration
public void IndexOf_ExistingFixedStep_ReturnsItsIndex()
IndexOf_MissingConfigureStep_ReturnsNegativeOne()
Declaration
public void IndexOf_MissingConfigureStep_ReturnsNegativeOne()
ReAnchoring_RemovingCurrentlyViewedIntent_TheOldStepNoLongerResolves()
Declaration
public void ReAnchoring_RemovingCurrentlyViewedIntent_TheOldStepNoLongerResolves()
ReAnchoring_SurvivingStep_ResolvesToItsNewIndex()
Declaration
public void ReAnchoring_SurvivingStep_ResolvesToItsNewIndex()
Titles_MatchStepTitlesInOrder()
Declaration
public void Titles_MatchStepTitlesInOrder()