holidaytestcase.cs

来自「工作流的基本资料(文档资料」· CS 代码 · 共 23 行

CS
23
字号
using System;
using NUnit.Framework;
using Castle.MonoRail.TestSupport;

namespace NetBpm.Test.Web
{
	/// <summary>
	/// Test the behaviour of the web application by using the holiday example.
	/// </summary>
	[TestFixture]
	public class HolidayTestCase : AbstractMRTestCase
	{

		[Test]
		[Ignore("ignoring this test method for now")]
		public void SimpleControllerAction()
		{
			DoGet("intro/index.rails");
			AssertSuccess();
		}
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?