Current state.
[cl-mock.git] / tests / package.lisp
1 ;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
2
3 (in-package #:cl-user)
4 \f
5 (defpackage #:cl-mock-tests
6   (:use #:cl #:cl-mock #:fiveam)
7   (:import-from
8    #:cl-mock
9    #:call-with-mocks
10    #:progm
11    #:make-mock-bindings
12    #:if-called
13    #:when-called
14    #:call-previous
15    #:register-mock))