5 references to _root
Aspire.Hosting.Java.Tests (5)
JavaBuildToolResolverTests.cs (5)
143
File.WriteAllText(Path.Combine(
_root
.FullName, "pom.xml"), "<project/>");
144
File.WriteAllText(Path.Combine(
_root
.FullName, "mvnw"), "#!/bin/sh\n");
147
public string RootPath =>
_root
.FullName;
151
var module =
_root
.CreateSubdirectory(name);
157
public void Dispose() =>
_root
.Delete(recursive: true);