コード例 #1
0
		public void ItShouldBeASpecification(NotSpecification<TestType> sut)
		{
			sut.Should().BeAssignableTo<ISpecification<TestType>>();
		}