コード例 #1
0
ファイル: ServiceTestRunner.cs プロジェクト: arefdsg/tpp-core
        private async Task setUpCommon()
        {
            if (Runner.Context.RestfulServer.Context.LocalAuthenticationPassword == null)
            {
                Runner.Context.RestfulServer.SetPassword("testing");
                Runner.Context.InitRestfulClient();
            }

            await Runner.StartRestfulServerAsync();

            runAsyncTask = Runner.RunAsync();
        }