junit - How to run unit tests by Maven Tycho Surfire with custom URL protocols (java.net.MalformedURLException: unknown protocol) -
i have experience difficulties run junit test needs use custom url handler declared src/sun/net/www/protocol/exotic/handler.java
tycho's surefire different execution of tests result in failed tested. exception obvious: java.net.malformedurlexception: unknown protocol
i tried figure out responsible it. , found out if create simple maven project 1 test class , 1 custom handler maven surefire works fine since version 2.4. before failing too. guess maven tycho using old implementation.
do have idea how enable custom protocols in junit tests run maven tycho?
Comments
Post a Comment