Esempio n. 1
0
        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!";
        }
Esempio n. 2
0
        // 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();
        }