Questions tagged [url-protocol]
17 questions
0
votes
0 answers
How to run unit tests by Maven Tycho Surfire with custom URL protocols (java.net.MalformedURLException: unknown protocol)
I have experience some difficulties to run JUnit test that needs to use custom URL handler declared as src/sun/net/www/protocol/exotic/Handler.java
Tycho's surefire does some different execution of tests that result in failed tested. The exception…

Andrej
- 558
- 6
- 14
-1
votes
1 answer
Set Path for URL Protocol in c#
So I created an URL protocol to run an application with the command arguments.
Here is my code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using…

Swiftiq
- 1
- 6