org.aludratest.testcase
Annotation Type Suite


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

Marks a class as test suite. Elements of the suite are defined by an array of classes. A suite may contain other suites or simple AludraTest test classes. Example: @Suite({ MyTestSuite1.class, MyTestClass2 })

Author:
Volker Bergmann

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


Copyright © 2015 aludratest.org. All rights reserved.