withEntryPoint(entryPointObject, entryPointFunction)

Defines where to begin the test.

  • entryPointObject {Object} - The object to start the test from.
  • entryPointFunction {String} - The function within the object to start the test from.
  • returns {Scenario}