aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Javier Calvarro Nelson 5cb544ece8 Improved interoperability
* Add support for invoking async JavaScript functions from .NET.
* Add support for invoking .NET methods from JavaScript.
* Add support for invoking async .NET methods from JavaScript.
2018-06-05 16:09:59 -07:00
..
BinaryHttpClientTest.cs Add support for sending and receiving arbitrary HttpContent, refs #479 (#815) 2018-05-23 10:16:27 +01:00
BindTest.cs Add support for binding long / float / double / decimal 2018-06-05 16:42:31 +01:00
ComponentRenderingTest.cs
EventBubblingTest.cs
EventTest.cs
HostedInAspNetTest.cs
HttpClientTest.cs Add support for sending and receiving arbitrary HttpContent, refs #479 (#815) 2018-05-23 10:16:27 +01:00
InteropTest.cs Improved interoperability 2018-06-05 16:09:59 -07:00
MonoSanityTest.cs
RoutingTest.cs Clean up use of relative URLs. Fixes #844 and #845 (#878) 2018-05-24 09:54:43 +01:00
StandaloneAppTest.cs