Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.test.runner
Annotation Type Features


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Features

A feature is Nuxeo Runner extension that is able to configure the runner from additional annotations and using a specific logic.

Let say you want a test that launches a Nuxeo Core with webengine and webdriver enabled. You can activate these features using the Feature annotation like this:

Author:
Bogdan Stefanescu

Required Element Summary
 java.lang.Class<? extends RunnerFeature>[] value
           
 

Element Detail

value

public abstract java.lang.Class<? extends RunnerFeature>[] value

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.