[moodle] / contrib / plugins / question / type / sojunit / EXAMPLE_FILES / Factorial.java Repository:

View of /contrib/plugins/question/type/sojunit/EXAMPLE_FILES/Factorial.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Sun Oct 26 08:48:51 2008 WST (12 months, 3 weeks ago) by arborrow
Branch: MAIN
CVS Tags: HEAD
CONTRIB-689 - adding sojunit question type. Thanks to Süreç Özcan for contributing and maintaining this code.
class Factorial { //need to be non-public in order to allow several classes to be used in one JUnit-test-file
 public static double factorial(int i) {
  
 }
}


Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7