All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.test.net.sf.cglib.proxy.D4 Maven / Gradle / Ivy

Go to download

EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly

There is a newer version: 5.2.0
Show newest version
package org.easymock.cglib.proxy;

class D4 implements DI1, DI3 {
    public String herby() {
        return "D4";
    }
    
    public String derby() {
        return "D4";
    }
    
    public String extra() {
        return "D4";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy