25 references to AssertJsonObject
Aspire.Cli.Tests (25)
Commands\ResourceCommandTests.cs (25)
611AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("text", "Submitted Aspire!"), ("timeoutMilliseconds", "500")); 649AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("AppHost", "primary")); 684AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("Value", "Hello world")); 744AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("https://example.com/?q=aspire", null)); 771AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("#submit", null), ("extra", null)); 798AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("--selector #submit", null), ("--count 2", null)); 825AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("--verbose", null)); 845AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("--selector #submit", null)); 881AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("timeoutMilliseconds", "500")); 909AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("--message hello", null)); 945AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("timeoutMilliseconds", "500"), ("proxy", "true")); 976AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("proxy", expectedValue)); 1011AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("flavor", "chocolate")); 1103AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("--mm ss", null)); 1303AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("flavor", "strawberry")); 1333AssertJsonObject(backchannel.ExecuteResourceCommandArguments); 1595AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("logLevel", "Debug")); 1624AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("message", "from delimiter"), ("timeoutMilliseconds", "10")); 1654AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("message", "from hidden resource")); 1682AssertJsonObject(backchannel.ExecuteResourceCommandArguments); 1717AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("noProxy", "localhost")); 1763AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("browser", "Chrome")); 1882AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("category", "fruit")); 1914AssertJsonObject( 2076AssertJsonObject(backchannel.ExecuteResourceCommandArguments, ("--help", null));