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