testfun icon indicating copy to clipboard operation
testfun copied to clipboard

Lightweight framework for testing JEE6 components:

Results 2 testfun issues
Sort by recently updated
recently updated
newest added

I want to add the ability to compile test fun sources using Gradle. It won't influence testfun behavior and not Maven's behavior. It just gives the option to use also...

enhancement

Currently in a simple JAX-RS applications that uses the javax.ws.rs.core.Application to specify the root path of the applications, e.g: @ApplicationPath("/services") public class MyApplication extends Application{ ... } When calling the...

enhancement