From a8986c2a4bcb9769ea48088e18253e2b0ca2e676 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 29 Mar 2019 17:48:54 -0400 Subject: [PATCH] Create Stub Test files for all functions --- Tests/Private/Invoke-ZertoRestRequest.Tests.ps1 | 0 Tests/Public/Export-ZertoVpg.Tests.ps1 | 0 Tests/Public/Get-ZertoUnprotectedVm.Tests.ps1 | 0 Tests/Public/Import-ZertoVpg.Tests.ps1 | 0 Tests/Public/New-ZertoVpg.Tests.ps1 | 0 Tests/Public/New-ZertoVpgSettingsIdentifier.Tests.ps1 | 0 Tests/Public/Remove-ZertoPeerSite.Tests.ps1 | 0 Tests/Public/Save-ZertoVpgSetting.Tests.ps1 | 0 Tests/Public/Save-ZertoVpgSettings.Tests.ps1 | 0 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Tests/Private/Invoke-ZertoRestRequest.Tests.ps1 create mode 100644 Tests/Public/Export-ZertoVpg.Tests.ps1 create mode 100644 Tests/Public/Get-ZertoUnprotectedVm.Tests.ps1 create mode 100644 Tests/Public/Import-ZertoVpg.Tests.ps1 create mode 100644 Tests/Public/New-ZertoVpg.Tests.ps1 create mode 100644 Tests/Public/New-ZertoVpgSettingsIdentifier.Tests.ps1 create mode 100644 Tests/Public/Remove-ZertoPeerSite.Tests.ps1 create mode 100644 Tests/Public/Save-ZertoVpgSetting.Tests.ps1 create mode 100644 Tests/Public/Save-ZertoVpgSettings.Tests.ps1 diff --git a/Tests/Private/Invoke-ZertoRestRequest.Tests.ps1 b/Tests/Private/Invoke-ZertoRestRequest.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/Export-ZertoVpg.Tests.ps1 b/Tests/Public/Export-ZertoVpg.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/Get-ZertoUnprotectedVm.Tests.ps1 b/Tests/Public/Get-ZertoUnprotectedVm.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/Import-ZertoVpg.Tests.ps1 b/Tests/Public/Import-ZertoVpg.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/New-ZertoVpg.Tests.ps1 b/Tests/Public/New-ZertoVpg.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/New-ZertoVpgSettingsIdentifier.Tests.ps1 b/Tests/Public/New-ZertoVpgSettingsIdentifier.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/Remove-ZertoPeerSite.Tests.ps1 b/Tests/Public/Remove-ZertoPeerSite.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/Save-ZertoVpgSetting.Tests.ps1 b/Tests/Public/Save-ZertoVpgSetting.Tests.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tests/Public/Save-ZertoVpgSettings.Tests.ps1 b/Tests/Public/Save-ZertoVpgSettings.Tests.ps1 new file mode 100644 index 0000000..e69de29