Sha256: a99a54df8626c07cac10167b2f045e57e3e7b20bbddce3323d9ed2a7a3ef4ef2
Contents?: true
Size: 358 Bytes
Versions: 16
Compression:
Stored size: 358 Bytes
Contents
activity org.ruboto.test_app.NoOnCreateActivity setup do |activity| start = Time.now loop do @text_view = activity.findViewById(42) break if @text_view || (Time.now - start > 60) sleep 1 end assert @text_view end test('activity starts without onCreate implemented') do |activity| assert_equal 'No On Create', @text_view.text.to_s end
Version data entries
16 entries across 16 versions & 1 rubygems