You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$config.jenvs|ConvertTo-Json| Should -Be ($template|ConvertTo-Json)
123
+
}
124
+
125
+
It "Should not add another jenv with same name" {
126
+
&$jenv add fake1 $PSScriptRoot/Fake-Executables/java/v2 | Should -Be 'Theres already a JEnv with that name. Consider using "jenv list"'
127
+
}
128
+
129
+
It "Should not add an invalid jenv" {
130
+
&$jenv add invalid $PSScriptRoot/Fake-Executables/java/| Should -Be $PSScriptRoot/Fake-Executables/java/"/bin/java.exe not found. Your Path is not a valid JAVA_HOME"
0 commit comments