コード例 #1
0
ファイル: PathTests.cs プロジェクト: bartlix/RestContract
        public async Task TestComplexPathWithNoParameters()
        {
            var result = await _service.ComplexPathWithoutParameters();

            Assert.True(result);
        }