コード例 #1
0
ファイル: CLITestHelper.cs プロジェクト: orf53975/hadoop.net
 /// <summary>this method has to be overridden by an ancestor</summary>
 /// <exception cref="System.Exception"/>
 protected internal virtual CommandExecutor.Result Execute(CLICommand cmd)
 {
     throw new Exception("Unknown type of test command:" + cmd.GetType());
 }