зеркало из https://github.com/Azure/benchpress.git
formatting template document
This commit is contained in:
Родитель
50ba60fde5
Коммит
7872eaa413
|
@ -1,22 +1,22 @@
|
|||
BeforeAll {
|
||||
{{#ResourceTypes}}
|
||||
. {{ Library }}
|
||||
{{/ResourceTypes}}
|
||||
{{#ResourceTypes}}
|
||||
. {{ Library }}
|
||||
{{/ResourceTypes}}
|
||||
}
|
||||
|
||||
{{#TestCases}}
|
||||
Describe '{{ Name }}' {
|
||||
it '{{ Description }}' {
|
||||
#arrange
|
||||
{{ #Parameters }}
|
||||
{{ Key }} = {{{ Value }}}
|
||||
{{ /Parameters}}
|
||||
it '{{ Description }}' {
|
||||
#arrange
|
||||
{{ #Parameters }}
|
||||
{{ Key }} = {{{ Value }}}
|
||||
{{ /Parameters}}
|
||||
|
||||
#act
|
||||
{{ ActualValueVariable }} = {{GetValueFunctionName}} {{{GetValueFunctionParameterList}}}
|
||||
#act
|
||||
{{ ActualValueVariable }} = {{GetValueFunctionName}} {{{GetValueFunctionParameterList}}}
|
||||
|
||||
#assert
|
||||
{{ ActualValueVariable }} | Should -Be {{{ ExpectedValue }}}
|
||||
}
|
||||
#assert
|
||||
{{ ActualValueVariable }} | Should -Be {{{ ExpectedValue }}}
|
||||
}
|
||||
}
|
||||
{{/TestCases}}
|
||||
|
|
Загрузка…
Ссылка в новой задаче