Formatting.
[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 #:cl-mock
8                 #:call-with-mocks
9                 #:progm
10                 #:make-mock-bindings
11                 #:if-called
12                 #:when-called
13                 #:call-previous
14                 #:register-mock))