Data wrapper objects in the base configuration
The base configuration makes use of the following data wrapper objects:
_currentUser : DataWrapper<String>
ContactManager uses:
_StringWrapper : DataWrapper<String>
Behavior Testing Framework also includes two objects that are not implemented using the DataWrapper class, but otherwise function as data wrapping objects. They both contain information that may be relevant to multiple impl methods. They are both injected into CucumberStepBase , and are therefore available to all methods in CucumberStepBase and its child class.
_scenarioInfoProvider : ScenarioInfoProvider_dataTableRepository : DataTableRepository
