/************************************************************** * Description: * Action.cs * Product: U9 * Co. : UFSoft Group * Author : Auto Generated * version: 1.0 **************************************************************/ using System; using System.Collections; using System.Collections.Generic; using System.Text; using UFSoft.UBF.Util.Log; using UFSoft.UBF.UI.MD.Runtime; using UFSoft.UBF.UI.ActionProcess; using NUnit.Framework ; namespace UFIDA.U9.UI.Test { [TestFixture] public partial class CustomActionTest { [Test] public void TestOnLoad() { //测试用例的代码写法.. //XXXModel model = new XXXModel(); //XXXAction testAction = new XXXAction(model) ; //testAction.CommonAction.Load() ; } [Test] public void TestOther() { // } } }