AspectSharp.Lang.Tests.Types.PruneTypesStepTestCase.ValidInterceptor C# (CSharp) Method

ValidInterceptor() private method

private ValidInterceptor ( ) : void
return void
		public void ValidInterceptor()
		{
			String content = " " + 
				"interceptors \r\n" +
				"[" + 
				"\"customer\" : AspectSharp.Lang.Tests.Types.Interceptors.DummyInterceptor in AspectSharp.Lang.Tests" +
				"]"; 

			EngineConfiguration conf = ProcessContent(content);
			Assert.IsFalse(_context.HasErrors);
		}