Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • before(pluginConstructors?: JellyfishPluginConstructor[], cards?: any[]): Promise<TestContext>
  • getObjDifference(expected: any, obtained: any): string[]
  • summary

    Get difference between two objects

    function

    Parameters

    • expected: any

      expected object

    • obtained: any

      obtained object

    Returns string[]

    difference between the two provided objects

  • run(tester: Tester, suite: TestSuite): Promise<void>
  • webhookScenario(context: TestContext, testCase: any, integration: any, stub: any): Promise<void>

Generated using TypeDoc