SomethingToTest.ps1

#
# SomethingToTest.ps1
#

function Test-F1 {
    return "F1"
}

function Test-F2 {
    return "F2"
}