Feature #539
Von Maximilian Seesslen vor 6 Monaten aktualisiert
Instantiate server.
Instantiate client A.
Instantiate client B.
connect A-s Input-Signal to a function.
connect B-s Input-Signal to a function.
Send message through A, check if B is receiving it, A not.
Send message through B, check if A is receiving it, B not.
Implement it as a test client class. Client expects something like an counter.
In the unit test, check if there were no errors. CAN-FD supports 64 Bytes.
Check for different sizes also.
client.expectSize(4);
client.expectSender( ESenderA ); sizes.
Instantiate client A.
Instantiate client B.
connect A-s Input-Signal to a function.
connect B-s Input-Signal to a function.
Send message through A, check if B is receiving it, A not.
Send message through B, check if A is receiving it, B not.
Implement it as a test client class. Client expects something like an counter.
In the unit test, check if there were no errors. CAN-FD supports 64 Bytes.
Check for different sizes also.
client.expectSize(4);
client.expectSender( ESenderA ); sizes.