rubyx/test/mains
Torsten Ruger 563ed4647a extract the ruby from mains tests
move up in directory
in preparation for arm tests
2018-06-24 11:56:10 +03:00
..
adds.rb extract the ruby from mains tests 2018-06-24 11:56:10 +03:00
fibo.rb extract the ruby from mains tests 2018-06-24 11:56:10 +03:00
helper.rb extract the ruby from mains tests 2018-06-24 11:56:10 +03:00
README.md extract the ruby from mains tests 2018-06-24 11:56:10 +03:00
subs.rb extract the ruby from mains tests 2018-06-24 11:56:10 +03:00
test_adds.rb extract the ruby from mains tests 2018-06-24 11:56:10 +03:00
test_puts.rb extract the ruby from mains tests 2018-06-24 11:56:10 +03:00

Method testing

Test Whole methods by their output. Using the main method (implicitly)

Through Interpreter