C# Класс XUnit.Solidworks.Addin.SolidWorksSpec

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ContinueTestExecution ( ) : void
PauseTestExecution ( bool pause = true ) : System.Threading.Tasks.Task

Защищенные методы

Метод Описание
CreatePartDoc ( ) : IModelDoc2

Create a part using the standard template

CreatePartDoc ( string path ) : IModelDoc2
CreatePartDoc ( Func action ) : System.Threading.Tasks.Task
CreatePartDoc ( Task>.Func action ) : System.Threading.Tasks.Task
CreatePartDoc ( string path, Func action ) : System.Threading.Tasks.Task
CreatePartDoc ( Action action ) : void
CreatePartDoc ( Action action ) : void

Create a part doc which will be deleted after the action even if the test fails

CreatePartDoc ( IDisposable>.Func action ) : void

Create a part doc which will be deleted if keep is false. This is mainly useful just for debugging so that the document is kept open after a test is run so you can eyeball the results.

CreatePartDoc ( string path, IDisposable>.Func action ) : void
CreatePartDocWithTitle ( string title, IDisposable>.Func action ) : void

Описание методов

ContinueTestExecution() публичный статический Метод

public static ContinueTestExecution ( ) : void
Результат void

CreatePartDoc() защищенный Метод

Create a part using the standard template
protected CreatePartDoc ( ) : IModelDoc2
Результат IModelDoc2

CreatePartDoc() защищенный Метод

protected CreatePartDoc ( string path ) : IModelDoc2
path string
Результат IModelDoc2

CreatePartDoc() защищенный Метод

protected CreatePartDoc ( Func action ) : System.Threading.Tasks.Task
action Func
Результат System.Threading.Tasks.Task

CreatePartDoc() защищенный Метод

protected CreatePartDoc ( Task>.Func action ) : System.Threading.Tasks.Task
action Task>.Func
Результат System.Threading.Tasks.Task

CreatePartDoc() защищенный Метод

protected CreatePartDoc ( string path, Func action ) : System.Threading.Tasks.Task
path string
action Func
Результат System.Threading.Tasks.Task

CreatePartDoc() защищенный Метод

protected CreatePartDoc ( Action action ) : void
action Action
Результат void

CreatePartDoc() защищенный Метод

Create a part doc which will be deleted after the action even if the test fails
protected CreatePartDoc ( Action action ) : void
action Action
Результат void

CreatePartDoc() защищенный Метод

Create a part doc which will be deleted if keep is false. This is mainly useful just for debugging so that the document is kept open after a test is run so you can eyeball the results.
protected CreatePartDoc ( IDisposable>.Func action ) : void
action IDisposable>.Func
Результат void

CreatePartDoc() защищенный Метод

protected CreatePartDoc ( string path, IDisposable>.Func action ) : void
path string
action IDisposable>.Func
Результат void

CreatePartDocWithTitle() защищенный Метод

protected CreatePartDocWithTitle ( string title, IDisposable>.Func action ) : void
title string
action IDisposable>.Func
Результат void

PauseTestExecution() публичный статический Метод

public static PauseTestExecution ( bool pause = true ) : System.Threading.Tasks.Task
pause bool
Результат System.Threading.Tasks.Task