1 // Copyright (c) 2003, Chad Woolley, All rights reserved.
2
3 package org.virtualmock.resource;
4
5 /***
6 * Class to contain constants for resource keys.
7 *
8 * @author Chad Woolley
9 * @version $Revision: 1.1 $
10 */
11 public abstract class ResourceKeys {
12 /*** Key for rule failure message. */
13 public static final String RULE_FAIL_ALL_RECORDED_CALLS_MUST_BE_INVOKED =
14 "rule.fail.ALL_RECORDED_CALLS_MUST_BE_INVOKED";
15 }