def setUp(self): self.config = ConfigMock({}) self.container = Container(self.config) self.device = Device(self.config) self.command = PureQMLMakeBuilder(self.config, self.container, self.command)
def __init__(self, config): self.config = config self.container = Container(config) self.device = Device(config)
def setUp(self): self.config = ConfigMock({}) self.container = Container(self.config) self.device = Device(self.config) self.command = CordovaBuilder(self.config, self.command)
def __init__(self, config): self.config = config self.device = Device(config)