Features API¶
Feature’s are objects that defines the necessary implementation and settings that a Device
should or do implement. The Device class of a Scenario instantiates a
Feature and uses the (mostly abstract) interface to implement the test Scenario.
On the other side the Device class of a Setup overwrites the (mostly abstract)
Feature implementations and defines the real properties and implementation methods in that overwritten
class.
Basic Feature¶
The basic Feature class is the master class of every scenario.
- class balder.Feature(**kwargs)¶
This is the basic feature class. It represents an abstract class that should not be used directly. It is the base class for all feature elements.
- property active_vdevice: None | Type[VDevice]¶
This property returns the active VDevice that is active here