BddWhen constructor

BddWhen(
  1. BddFramework bdd,
  2. String text
)

Implementation

BddWhen(BddFramework bdd, String text) : super(bdd, text, _Variation.term);