You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
803 B
37 lines
803 B
/**************************************************************
|
|
* 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()
|
|
{
|
|
//
|
|
}
|
|
}
|
|
}
|