Clover Coverage Report - EasyMock 2.4
Coverage timestamp: mer. juil. 2 2008 02:17:38 CEST
0   13   0   -
0   5   -   0
0     -  
1    
 
 
  EqualsMatcher       Line # 10 0 0 - -1.0
 
No Tests
 
1    /*
2    * Copyright (c) 2001-2008 OFFIS, Tammo Freese.
3    * This program is made available under the terms of the MIT License.
4    */
5    package org.easymock.internal;
6   
7    import org.easymock.AbstractMatcher;
8   
9    @SuppressWarnings("deprecation")
 
10    public class EqualsMatcher extends AbstractMatcher {
11   
12    private static final long serialVersionUID = 4152805764785966978L;
13    }