Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 Class<? extends RunnerFeature>[] value
           
 

Element Detail

value

public abstract Class<? extends RunnerFeature>[] value

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.