Skip to content

Commit

Permalink
extended IScenarioContext by Random
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Dec 12, 2023
1 parent c5116b6 commit 20f0beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NBomber.Contracts/Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ type IScenarioContext =
abstract Logger: ILogger
abstract InvocationNumber: int64
abstract Data: Dictionary<string,obj>
abstract Random: Random
abstract StopScenario: scenarioName:string * reason:string -> unit
abstract StopCurrentTest: reason:string -> unit

Expand Down

0 comments on commit 20f0beb

Please sign in to comment.