- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestBadParse (0.06 sec)
-
istioctl/cmd/istioctl_test.go
// See the License for the specific language governing permissions and // limitations under the License. package cmd import ( "testing" istioctlutil "istio.io/istio/istioctl/pkg/util" ) func TestBadParse(t *testing.T) { // unknown flags should be a command parse rootCmd := GetRootCmd([]string{"--unknown-flag"}) fErr := rootCmd.Execute() switch fErr.(type) { case istioctlutil.CommandParseError: // do nothing
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Aug 29 14:53:25 UTC 2023 - 1.5K bytes - Viewed (0)