コード例 #1
0
		public void CtorTest()
		{
			var stringCalculator = new StringCalculator();
			stringCalculator.Should().NotBeNull();
		}