Sha256: f57d6c51616871bd1adae3a6d1c42b9f9abf030c64abf9c8fca8fbd8cc372136
Contents?: true
Size: 395 Bytes
Versions: 5
Compression:
Stored size: 395 Bytes
Contents
class NativeBarTest def initialize end def create_test NativeBar.create Rho::RhoApplication::NOBAR_TYPE, [] sleep 2 Test_equal( NativeBar.started, false ) NativeBar.create Rho::RhoApplication::TOOLBAR_TYPE, [{:action => :back}] sleep 2 Test_equal( NativeBar.started, true ) NativeBar.remove sleep 2 Test_equal( NativeBar.started, false ) end end
Version data entries
5 entries across 5 versions & 1 rubygems