• Parameters

    • name: TestLabel
    • shell: RShell
    • input: string
    • criteria: SlicingCriteria
    • expected: string
    • OptionaluserConfig: Partial<TestConfigurationWithOutput> & {
          autoSelectIf?: AutoSelectPredicate;
          cfgExcludeProperties?: readonly (
              | "no-direct-fd-cycles"
              | "no-direct-cd-cycles"
              | "single-entry-and-exit"
              | "has-entry-and-exit"
              | "entry-reaches-all"
              | "exit-reaches-all"
          )[];
          skipCompare?: boolean;
          skipTreeSitter?: boolean;
      }
    • OptionaltestCaseFailType: TestCaseFailType
    • getId: () => IdGenerator<object> = ...

    Returns void