KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > easymock > internal > EqualsMatcher


1 /*
2  * Copyright (c) 2001-2005 OFFIS. This program is made available under the terms of
3  * the MIT License.
4  */

5 package org.easymock.internal;
6
7 import org.easymock.AbstractMatcher;
8
9 public class EqualsMatcher extends AbstractMatcher {
10 }
Popular Tags