packages feed

apiary-0.16.0: test/main.hs

import Test.Framework

import Application
import Method

main :: IO ()
main = defaultMain
    [ methodTests
    , applicationTests
    ]