A Generic Fixture for FitNesse where user just drops a class in FitNesse's class path, write the test tables in wiki and be ready to test without the need to write a single line of Java code. Moreover users can write test in customer centric language.
Be the first to post a text review of Generic Fixture. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Added support of variables in array inputs. Let's say you have a method like this foo(MyClass[]) and have already stored 2 objects of MyClass in variable var1 and var2 then you can simply call foo using this syntax: | foo | array:var1=,var2= | Also added support to execute shell command using static exec method that returns output as array of String (String[]). Added Bean Shell integration in Generic Fixture to support conditional execution, looping and complex scripting. User can get a bean shell instance by using this test code: | bsh=GenericFixture.getBeanShell | and later: !define script {for (int i=0; i < list.size(); i++) { int arg=Integer.parseInt(rightsList.get(i)); arr[i] = arg * arg; !-}-! } !| Generic Fixture | bsh= | | eval | ${script} |
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?