Beispiel #1
0
 protected override void EstablishContext()
 {
     base.EstablishContext();
     Id       = RandomGenerator.GetRandomInt32();
     Name     = RandomGenerator.GetRandomInt32().ToString(CultureInfo.InvariantCulture);
     IoDevice = new IoDeviceStub(Id, Name);
 }
Beispiel #2
0
 protected override void EstablishContext()
 {
     base.EstablishContext();
     Id = RandomGenerator.GetRandomInt32();
     Name = RandomGenerator.GetRandomInt32().ToString(CultureInfo.InvariantCulture);
     IoDevice = new IoDeviceStub(Id, Name);
 }