コード例 #1
0
ファイル: SystemTests.cs プロジェクト: UiPath/coreipc
        public async Task Enum()
        {
            var text = await _systemClient.ConvertText("hEllO woRd!", TextStyle.Upper);

            text.ShouldBe("HELLO WORD!");
        }