Flowdock
method

test_sapi

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: TestWIN32OLE_PROPERTYPUTREF
test_sapi() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.