blob: 44d802992c7de71ddc33fae671b3c4bea5a097ae [file] [log] [blame]
import dagger.testing.it.BuildLogValidator;
import java.io.File;
File buildLog = new File(basedir, "build.log");
new BuildLogValidator().assertHasText(buildLog, new String[]{
"You have these unused @Provider methods:",
"1. test.TestModule.string()",
"Set library=true in your module to disable this check."
});