Package org.auraframework.test

Examples of org.auraframework.test.AnnotationTestFilter


    @Impl
    public static TestFilter auraTestFilter() {
        Collection<Class<? extends Annotation>> annotations = Sets.newHashSet();
        annotations.add(Ignore.class);
        return new AnnotationTestFilter(annotations);
    }
View Full Code Here

TOP

Related Classes of org.auraframework.test.AnnotationTestFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.