getMessagePackageName() public method

public getMessagePackageName ( ) : string
return string
 public TestCloverDevice(TestCloverDeviceConfiguration configuration)
     : this(configuration.getMessagePackageName())
 {
     transport = new TestCloverTransport();
 }
 public TestCloverDevice(TestCloverDeviceConfiguration configuration) :
     this(configuration.getMessagePackageName())
 {
     transport = new TestCloverTransport();
 }