|
|
|
@ -1,11 +1,6 @@
@@ -1,11 +1,6 @@
|
|
|
|
|
/* |
|
|
|
|
* Created by SharpDevelop. |
|
|
|
|
* User: trecio |
|
|
|
|
* Date: 2011-06-18 |
|
|
|
|
* Time: 15:12 |
|
|
|
|
* |
|
|
|
|
* To change this template use Tools | Options | Coding | Edit Standard Headers. |
|
|
|
|
*/ |
|
|
|
|
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
|
|
|
|
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
|
|
|
|
|
|
|
|
|
using System; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.Collections.ObjectModel; |
|
|
|
@ -190,4 +185,4 @@ namespace ICSharpCode.MachineSpecifications.Tests
@@ -190,4 +185,4 @@ namespace ICSharpCode.MachineSpecifications.Tests
|
|
|
|
|
It should_contain_imported_field_from_behavior = () => |
|
|
|
|
result.Select(m => m.Member).ShouldContain(member => member.FullyQualifiedName == "TestClass.testSpecificationInBehavior"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|