You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/com.salesforce.bazel-java-sdk.testframework/src/com/salesforce/bazel/sdk/workspace/test/TestBazelWorkspaceFactory.java
Copy file name to clipboardExpand all lines: bundles/com.salesforce.bazel-java-sdk.testframework/src/com/salesforce/bazel/sdk/workspace/test/TestOptions.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,14 @@ public TestOptions bazelVersion(String version) {
58
58
returnthis;
59
59
}
60
60
61
+
// should the Workspace root contain a BUILD file with targets?
Copy file name to clipboardExpand all lines: bundles/com.salesforce.bazel-java-sdk.testframework/src/com/salesforce/bazel/sdk/workspace/test/java/TestJavaPackageFactory.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,14 @@ public void createJavaPackage(TestBazelWorkspaceDescriptor workspaceDescriptor,
Copy file name to clipboardExpand all lines: tests/com.salesforce.bazel.eclipse.core.tests/src/com/salesforce/bazel/eclipse/classpath/BazelClasspathContainerFTest.java
+62-12Lines changed: 62 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,13 @@ public void testClasspath_BazelJavaProject_implicitdeps() throws Exception {
99
99
// javalib0 is the base Java library created by our test harness
100
100
// javalib1 is the second Java library created by our test harness, and it is made to depend on javalib0
Copy file name to clipboardExpand all lines: tests/com.salesforce.bazel.eclipse.core.tests/src/com/salesforce/bazel/eclipse/config/BazelEclipseProjectFactoryFTest.java
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ public class BazelEclipseProjectFactoryFTest {
Copy file name to clipboardExpand all lines: tests/com.salesforce.bazel.eclipse.core.tests/src/com/salesforce/bazel/eclipse/mock/EclipseFunctionalTestEnvironmentFactory.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,10 @@ public static MockEclipse createMockEnvironment_Imported_All_JavaPackages(File t
103
103
104
104
// choose the list of Bazel packages to import, in this case we assume the user selected all Java packages
0 commit comments