📄 clitests
字号:
#!/bin/bash# # The following set of commands tests the new Classes configured through the# Test provider interface. If the ProviderModule registers one or more test # providers and every provider has in turn multiple classes within itself then# the following set should be run for each and every class of all the providers.namespace="root/SampleProvider"#enumerateinstancesCLI -v ei -n $namespace ExceptionsTestClass 2>&1 | tee CLI.output#enumerateclassesCLI -v ec -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#enumerateinstancenamesCLI -v ni -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#enumerateclassnamesCLI -v nc -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#getclassCLI -v gc -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output#getinstanceCLI -v gi -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -