Coder Social home page Coder Social logo

mlk5060 / modellers_testing_framework Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 108 KB

A simple test framework for developing computational models

Home Page: http://peterlane.info/methodology.html

License: Other

Ruby 48.75% Java 13.90% Common Lisp 37.35%

modellers_testing_framework's Introduction

Modellers Testing Framework

This is a simple testing framework to support computational modellers in separating out the scientific value of different aspects of their code. The code is assumed to provide an architecture (or framework), supporting the development of different models (or simulations).

Tests are divided into three groups:

  1. Unit tests for low-level, implementational details of the architecture.
  2. Process tests for functional aspects, usually linked to terms used within the implemented scientific theory.
  3. Canonical-result tests for the implemented models based on the architecture.

Further information about the testing framework may be found in:

  1. P.C.R. Lane and F. Gobet, 'A theory-driven testing methodology for developing scientific software', Journal of Experimental and Theoretical Artificial Intelligence, 24:421-56, 2012.

  2. P.C.R. Lane and F. Gobet, 'A methodology for developing computational implementations of scientific theories', Proceedings of the Tenth International Conference on Computer Modelling & Simulation (IEEE Computer Society), pp.392-7, 2008.

Implementations

This project defines implementations of the testing framework in:

  1. Java, as an extension to junit using categories
  2. Lisp
  3. Ruby

Install

Java

(to come)

Ruby

> jruby -S gem install modellers_testing_framework

Lisp

Use Quicklisp:

  • Download lisp/modellers-testing-framework to quicklisp/local-projects
  • (ql:quickload "modellers-testing-framework")

or download the file "modellers-testing-framework.lisp" and include into project.

License

modellers_testing_framework is distributed under the terms of the Open Works License

Copyright (c) 2007-13, Peter Lane.

modellers_testing_framework's People

Contributors

mlk5060 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.