Purpose
Test the C# code generation.
Tests
All tests must be executed in plugin
deployed mode, instead of Development mode
| |
Purpose |
Context |
Operations |
Expected Result |
Results |
| 5.2.1_1 |
Test the C# code generation via Java context. |
In Java (Default) perspective |
- Selected Xaml file "MyUserControl.xaml" ->Call
Menu -> Open
- click "generate C# code" button
|
- switch to C# Editior
- "InitializeComponent" method is shown in C# file.
|
OK |
| 5.2.1_2 |
Test the C# code generation via Sliverlight context. |
In Sliverlight perspective |
- Selected Xaml file "MyUserControl.xaml" ->Call
Menu -> Open
- click "generate C# code" button
|
- switch to C# Editior
- "InitializeComponent" method is shown in C# file.
|
OK |