Bug 369669 - add test for explicit signature of port.msg()
Summary: add test for explicit signature of port.msg()
Status: RESOLVED WONTFIX
Alias: None
Product: eTrice
Classification: Modeling
Component: Test (show other bugs)
Version: 0.1.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Thomas Jung CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2012-01-25 09:48 EST by Thomas Schuetz CLA
Modified: 2018-08-17 03:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schuetz CLA 2012-01-25 09:48:43 EST
Example: 
For message ping in org.eclipse.etrice.integration.SendingDataByValueTest two send functions are generated.
Only the first version is tested.

public void ping(PingPongData p)
public void ping(byte i8Val, short i16Val, int i32Val, char charVal, float f32Val, double f64Val, String stringVal, int[] arrayFromInt32, PingPongDataDeep ownType)
Comment 1 Henrik Rentz-Reichert CLA 2013-03-04 02:46:16 EST
replaced ep in whiteboard with helpwanted keyword
Comment 2 Henrik Rentz-Reichert CLA 2018-08-17 03:29:58 EDT
outdated bug - re-open if still relevant