Home
last modified time | relevance | path

Searched refs:VerifyExceptionAtOpen (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DPortName.cs183 VerifyExceptionAtOpen(com, portName, throwAt, expectedExceptionAtOpen); in VerifyException()
193 …private void VerifyExceptionAtOpen(SerialPort com, string portName, ThrowAt throwAt, Type expected… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.PortName_Property
195 VerifyExceptionAtOpen(com, portName, throwAt, new[] { expectedException }); in VerifyExceptionAtOpen()
198 …private void VerifyExceptionAtOpen(SerialPort com, string portName, ThrowAt throwAt, Type[] expect… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.PortName_Property
H A DNewLine.cs49 VerifyExceptionAtOpen(com, newLine, expectedException); in VerifyException()
58 private void VerifyExceptionAtOpen(SerialPort com, string newLine, Type expectedException) in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.NewLine_Property
H A DBaudRate.cs113 VerifyExceptionAtOpen(com, baudRate, throwAt, expectedException); in VerifyException()
122 …private void VerifyExceptionAtOpen(SerialPort com, int baudRate, ThrowAt throwAt, Type expectedExc… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.BaudRate_Property
H A DEncoding.cs152 VerifyExceptionAtOpen(com, encoding, throwAt, expectedException); in VerifyException()
161 …private void VerifyExceptionAtOpen(SerialPort com, Encoding encoding, ThrowAt throwAt, Type expect… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.Encoding_Property
H A DDataBits.cs142 VerifyExceptionAtOpen(com, dataBits, throwAt, expectedException); in VerifyException()
151 …private void VerifyExceptionAtOpen(SerialPort com, int dataBits, ThrowAt throwAt, Type expectedExc… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.DataBits_Property
H A DStopBits.cs122 VerifyExceptionAtOpen(com, stopBits, throwAt, expectedException); in VerifyException()
132 …private void VerifyExceptionAtOpen(SerialPort com, int stopBits, ThrowAt throwAt, Type expectedExc… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.StopBits_Property
H A DReadTimeout.cs332 VerifyExceptionAtOpen(com, readTimeout, throwAt, expectedException); in VerifyException()
342 …private void VerifyExceptionAtOpen(SerialPort com, int readTimeout, ThrowAt throwAt, Type expected… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.ReadTimeout_Property
H A DWriteTimeout.cs286 VerifyExceptionAtOpen(com, writeTimeout, throwAt, expectedException); in VerifyException()
295 …private void VerifyExceptionAtOpen(SerialPort com, int writeTimeout, ThrowAt throwAt, Type expecte… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.WriteTimeout_Property
H A DReceivedBytesThreshold.cs296 VerifyExceptionAtOpen(com, receivedBytesThreshold, expectedException); in VerifyException()
305 …private void VerifyExceptionAtOpen(SerialPort com, int receivedBytesThreshold, Type expectedExcept… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.ReceivedBytesThreshold_Property
H A DHandshake.cs143 VerifyExceptionAtOpen(com, handshake, throwAt, expectedException); in VerifyException()
153 …private void VerifyExceptionAtOpen(SerialPort com, int handshake, ThrowAt throwAt, Type expectedEx… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.Handshake_Property
H A DParity.cs218 VerifyExceptionAtOpen(com, parity, throwAt, expectedException); in VerifyException()
227 …private void VerifyExceptionAtOpen(SerialPort com, int parity, ThrowAt throwAt, Type expectedExcep… in VerifyExceptionAtOpen() method in System.IO.Ports.Tests.Parity_Property