AiTestFileSerializeAsync - метод
Сериализовать файл тестов и записать в поток.
Пространство имён: Tessa.Ai.TestEngine.DeserializationСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public static Task SerializeAsync(
Stream stream,
AiTestFile testFile
)
Public Shared Function SerializeAsync (
stream As Stream,
testFile As AiTestFile
) As Task
public:
static Task^ SerializeAsync(
Stream^ stream,
AiTestFile^ testFile
)
static member SerializeAsync :
stream : Stream *
testFile : AiTestFile -> Task
- stream Stream
- Поток файла.
- testFile AiTestFile
Модель файла тестирования.
Task