Project

aspeclib

0.0
No commit activity in last 3 years
No release in over 3 years
A helper for unit testing that utilizes AOP and metaprogramming
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

ASpec

ASpec is a simple library that utilizes aspect oriented programming and meta programming to enable method stubbing, method call counting, Liskov Substition Principle testing and more.

Installation

ASpec is available as a gem. Use this command to install:

gem install aspeclib

More information

See the test cases in lib/aspeclib_test.rb for examples of ASpec.

For more information, see the paper ASpec: Unit Testing Using Aspect-Oriented Programming.