[This is preliminary documentation and is subject to change.]
Indicates the role that the System Under Test (SUT) plays in the validation test.
| C# | Visual Basic | Visual C++ |
public enum SutRole
Public Enumeration SutRole
public enum class SutRole
| Member | Description |
|---|---|
| Acceptor |
It the System Under Test (SUT) is accepting TCP/IP connections.
|
| Requestor |
If the System Under Test (SUT) is initiating (requesting) TCP/IP connections.
|
| AcceptorRequestor |
The Product can both initiate and accept connections during the validation session.
|