public void SoundQualityPropertyShown_WhenRdpSoundsSetToBringToThisComputer() { ConnectionInfo.RedirectSound = RdpProtocol.RDPSounds.BringToThisComputer; ExpectedPropertyList.Add(nameof(mRemoteNG.Connection.ConnectionInfo.SoundQuality)); RunVerification(); }
public void AutomaticResizePropertyShown_WhenResolutionIsDynamic(RdpProtocol.RDPResolutions resolution) { ConnectionInfo.Resolution = resolution; ExpectedPropertyList.Add(nameof(mRemoteNG.Connection.ConnectionInfo.AutomaticResize)); RunVerification(); }
public void PropertyShownWhenActive_RdpMinutesToIdleTimeout() { ConnectionInfo.RDPMinutesToIdleTimeout = 1; ExpectedPropertyList.Add(nameof(mRemoteNG.Connection.ConnectionInfo.RDPAlertIdleTimeout)); RunVerification(); }