Свойство | Тип | Описание | |
---|---|---|---|
CLEAN_TEST_NAME | string | ||
METHODS | string | ||
PROJECT_FILE | string | ||
TEST_PATH | string |
Метод | Описание | |
---|---|---|
DefaultFileTemplate ( ) : string | ||
DefaultMethodTemplate ( ) : string | ||
GenerateClass ( IEnumerable |
||
GenerateClass ( System.Test test ) : string | ||
GenerateFile ( IEnumerable |
||
GenerateMethod ( System.Test test ) : string | ||
ProjectRunnerCodegenService ( IProject project ) : System |
public static DefaultFileTemplate ( ) : string | ||
Результат | string |
public static DefaultMethodTemplate ( ) : string | ||
Результат | string |
public GenerateClass ( IEnumerable |
||
tests | IEnumerable |
|
Результат | string |
public GenerateClass ( System.Test test ) : string | ||
test | System.Test | |
Результат | string |
public GenerateFile ( IEnumerable |
||
tests | IEnumerable |
|
Результат | void |
public GenerateMethod ( System.Test test ) : string | ||
test | System.Test | |
Результат | string |
public ProjectRunnerCodegenService ( IProject project ) : System | ||
project | IProject | |
Результат | System |
public static string CLEAN_TEST_NAME | ||
Результат | string |