org.xwiki.test.isolation
Annotation Type IsolatedClassPrefix


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface IsolatedClassPrefix

Define for a test class @RunWith(IsolatedTestRunner.class), the list of class prefix that will be isolated.

Since:
5.0M2
Version:
$Id: 4a3d031da853fbc5aa33a6386a5e0cb7b4444775 $

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value
Returns:


Copyright © 2004–2015 XWiki. All rights reserved.