initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
|
|
@ -0,0 +1,43 @@
|
|||
BeforeDiscovery {
|
||||
|
||||
}
|
||||
|
||||
BeforeAll {
|
||||
|
||||
}
|
||||
|
||||
Describe "Testing Pester symbols" {
|
||||
Context "When a Pester file is given" {
|
||||
BeforeAll {
|
||||
|
||||
}
|
||||
|
||||
BeforeEach {
|
||||
|
||||
}
|
||||
|
||||
It "Should return it symbols" {
|
||||
|
||||
}
|
||||
|
||||
It "Should return context symbols" {
|
||||
|
||||
}
|
||||
|
||||
It "Should return describe symbols" {
|
||||
|
||||
}
|
||||
|
||||
It "Should return setup and teardown symbols" {
|
||||
|
||||
}
|
||||
|
||||
AfterEach {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
AfterAll {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue