派纳发送邮件功能
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

5 months ago
  1. /**************************************************************
  2. * Description:
  3. * Action.cs
  4. * Product: U9
  5. * Co. : UFSoft Group
  6. * Author : Auto Generated
  7. * version: 1.0
  8. **************************************************************/
  9. using System;
  10. using System.Collections;
  11. using System.Collections.Generic;
  12. using System.Text;
  13. using UFSoft.UBF.Util.Log;
  14. using UFSoft.UBF.UI.MD.Runtime;
  15. using UFSoft.UBF.UI.ActionProcess;
  16. using NUnit.Framework ;
  17. namespace UFIDA.U9.UI.Test
  18. {
  19. [TestFixture]
  20. public partial class CustomActionTest
  21. {
  22. [Test]
  23. public void TestOnLoad()
  24. {
  25. //测试用例的代码写法..
  26. //XXXModel model = new XXXModel();
  27. //XXXAction testAction = new XXXAction(model) ;
  28. //testAction.CommonAction.Load() ;
  29. }
  30. [Test]
  31. public void TestOther()
  32. {
  33. //
  34. }
  35. }
  36. }