Searched refs:testClasspathElementContext (Results 1 – 1 of 1) sorted by relevance
30 type testClasspathElementContext struct { struct36 func (t *testClasspathElementContext) OtherModuleHasProvider(module blueprint.Module, provider blue… argument40 func (t *testClasspathElementContext) OtherModuleProvider(module blueprint.Module, provider bluepri… argument44 func (t *testClasspathElementContext) ModuleErrorf(fmt string, args ...interface{}) { argument48 var _ java.ClasspathElementContext = (*testClasspathElementContext)(nil)234 newCtx := func() *testClasspathElementContext {235 return &testClasspathElementContext{testContext: result.TestContext, module: bootclasspath}