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
  1. Selected Xaml file "MyUserControl.xaml" ->Call Menu -> Open
  2. 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
  1. Selected Xaml file "MyUserControl.xaml" ->Call Menu -> Open
  2. click "generate C# code" button
  • switch to C# Editior
  • "InitializeComponent" method is shown in C# file.
OK