
com.google.test.metric.WhiteList 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;
public interface WhiteList {
boolean isClassWhiteListed(String className);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy