Tensor Code
Status: Alpha
Brought to you by:
prometheusbound
File | Date | Author | Commit |
---|---|---|---|
lib | 2008-05-17 | prometheusbound | [r51] Fixing Maven Support on the Windows Platform! A... |
nbproject | 2008-03-26 | prometheusbound | [r1] Initial Import |
sample_reports | 2008-05-17 | prometheusbound | [r52] Verified changes for maven on windows do not af... |
screenshots | 2008-05-20 | prometheusbound | [r53] Improving the version number within the init.rb... |
test | 2008-04-12 | prometheusbound | [r26] Vast improvement on the tensor script, which ha... |
Changelog.txt | 2008-05-17 | prometheusbound | [r52] Verified changes for maven on windows do not af... |
README.txt | 2008-05-17 | prometheusbound | [r52] Verified changes for maven on windows do not af... |
init.rb | 2008-05-20 | prometheusbound | [r53] Improving the version number within the init.rb... |
rakefile.rb | 2008-03-26 | prometheusbound | [r1] Initial Import |
TENSOR v2.0.0 ============== Author: N. Michael Nyika Creation Date: 4/19/2008 Platform: *nix/Windows Language: Ruby/JRuby License: GPL Updated: 5/17/2008 Usage: ======= 1. From the commandline, change into the 'tensor' directory 2.Run tensor depending on the interpreter: 2.1 If JRuby is the interpreter, run the command: jruby init.rb 2.2 If C-Ruby is the interpreter, run the command: ruby init.rb and follow the instructions 3. At the end of the run, an html report named 'tensorreport.html' and a detailed log output file called 'tensor_output'. The latter file gives an indepth view of the exact consequences of each mutation on each file containing a branch execution condition. Any errors are revealed, as well as failed and passing tests. The html report summarizes the log into a 'prettier' output. *Examine the 'sample_reports' directory to see what your potential report may look like depending on the nature of your sources. Future Version(s): ============= Tensor (as of v2.0.0) supports maven as the build tool on Java sources as well as ruby/jruby sources. Feel free to send all comments to mnyika@gmail.com Cheers -Michael Nyika