com.google.test.metric.collection.Factory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testability-explorer Show documentation
Show all versions of testability-explorer Show documentation
A tool that looks at java bytecodes and helps you
identify hard to test code.
The newest version!
package com.google.test.metric.collection;
/**
* @author [email protected] (Alex Eagle)
*/
public interface Factory {
L create();
}