Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Kabompo
1.1.0.1
SomethingToTest.tests.ps1
Describe
"SomethingToTest"
{
Context
"Demo"
{
It
"F1"
{
Test-F1
|
Should
Be
"F1"
}
It
"F2"
{
Test-F2
|
Should
Be
"F2"
}
}
}