1 /* 2 * Copyright (c) 2007 Mockito contributors 3 * This program is made available under the terms of the MIT License. 4 */ 5 package org.mockitousage.configuration; 6 7 /** 8 * Some class to mock that is created via Class.forClass 9 */ 10 public class ClassToBeMocked { } 11