method
test_sapi
ruby latest stable - Class:
TestWIN32OLE_PROPERTYPUTREF
test_sapi()public
No documentation available.
# File ext/win32ole/tests/test_propertyputref.rb, line 12
def test_sapi
if @sapi
new_id = @sapi.getvoices.item(2).Id
@sapi.voice = @sapi.getvoices.item(2)
assert_equal(new_id, @sapi.voice.Id)
end
end