Esempio n. 1
0
        public void TranslationBatchCloseGetTest()
        {
            BatchCreate batchCreate = new BatchCreate();

            batchCreate = translationApi.TranslationBatchCreateGet(null);
            BatchClose batchClose = new BatchClose();

            batchClose = translationApi.TranslationBatchCloseGet(batchCreate.BatchId, null);
            Assert.IsNotNull(batchClose.Status);
        }