Closed jaypipes closed 1 year ago
Also reduces the level of abstraction needed on suite.From() and scenario.FromReader() and scenario.FromBytes() so that they return concrete types not interfaces. Only the porcelain gdt.From() returns a Runnable interface now.
suite.From()
scenario.FromReader()
scenario.FromBytes()
gdt.From()
Also reduces the level of abstraction needed on
suite.From()
andscenario.FromReader()
andscenario.FromBytes()
so that they return concrete types not interfaces. Only the porcelaingdt.From()
returns a Runnable interface now.