private void Button_Click(object sender, RoutedEventArgs e) { DolphinTestRTC vDolphinTest = new DolphinTestRTC(); int iRet = vDolphinTest.TestAllCases(); TestInfo.Text = "UT return value is:" + iRet.ToString(); //TestInfo.Text = "hello dolphin test!"; }
// Constructor public MainPage() { InitializeComponent(); DolphinTestRTC vDolphinTest = new DolphinTestRTC(); int iRet = vDolphinTest.TestAllCases(); TestInfo.Text = "UTApp has been installed, launched,cases have been completed!"; // Sample code to localize the ApplicationBar //BuildLocalizedApplicationBar(); }