Sha256: 8d2f8173147a014d606d36571c987964986f8fce948e57fa3fbe2a3fcd8217d3

Contents?: true

Size: 928 Bytes

Versions: 2

Compression:

Stored size: 928 Bytes

Contents

# test harness

	
require 'test/unit/testcase'
require 'test/unit/assertions'
  
def rwdaddresses_all_tests 
	print "in rwdaddresses all tests\n"
  $testrwdaddressestestcase = TestSuite.new
	test_runrwdaddresses
end

def test_runrwdaddresses


	begin
  testasserts = 0
  print "Starting rwdaddresses tests!\n"
     runselectiontab
     assert_equal("selectiontab",@rwd_tab) ; testasserts += 1
    runrwdaddressesmenu10   
    assert_equal("viewaddressesconfiguration",@rwd_tab) ; testasserts += 1    
        loadrwdaddressesconfiguration
    assert_equal("rwdaddresses.cnf",@a_adconfigurationfilename) ; testasserts += 1    
     
 $stderr.print "tests completed succesfully!\n"
 $stderr.print testasserts, " asserts performed\n"

	rescue  NotImplementedError, Exception
		$stderr.print $!

	end
  
end



def teststobedown
 runtinkerhelpabout
          assert_equal("rwdtinkerhelpwindow",@rwd_tab)  ; testasserts += 1
end




Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bigtinker-0.96 code/superant.com.rwdaddresses/test_cases.rb
rwdaddresses-1.05 code/superant.com.rwdaddresses/test_cases.rb