.getProperty("style")
出力TestObject(Ref:RemoteProxyReference{testContext:af4e390002a336, objectId:3171, testObjectClass:TestObject})
to[0].getProperties()
キー「スタイル」が提示されているテキストハッシュを出力します{... , style=DISPLAY: none, oncontrolselect=null Object, rowSpan=1, .....}
キー スタイルでプロパティの値を取得するにはどうすればよいですか?
これが私のコードのサンプルです...
TestObject[] to=null;
RegularExpression findRegExp1 = new RegularExpression(find_arguments[1], false) ;
RootTestObject root = getRootTestObject();
to = root.find(atDescendant(find_arguments[0],findRegExp1),false);
System.out.println(to[0].getProperty("style"));
System.out.println( to[0].getProperties());
どちらの方法も標準的な RFT 方法です。詳細については、IBM Rational Functional Tester API リファレンスを参照してください。