8 references to AbsoluteAgentPath
Aspire.Hosting.Java.Tests (8)
AddJavaAppTests.cs (8)
692.WithOtelAgent(AbsoluteAgentPath); 697Assert.Equal($"-javaagent:{AbsoluteAgentPath}", envVars["JAVA_TOOL_OPTIONS"]); 709.WithOtelAgent(AbsoluteAgentPath); 714Assert.Equal($"-javaagent:{AbsoluteAgentPath}", envVars["JAVA_TOOL_OPTIONS"]); 724.WithOtelAgent(AbsoluteAgentPath); 729Assert.Equal($"-Xmx512m -javaagent:{AbsoluteAgentPath}", envVars["JAVA_TOOL_OPTIONS"]); 1291.WithOtelAgent(AbsoluteAgentPath); 1298Assert.Equal($"-javaagent:{AbsoluteAgentPath}", envVars["JAVA_TOOL_OPTIONS"]);