Package org.netbeans.gradle.project.java.test

Examples of org.netbeans.gradle.project.java.test.TestTaskName


        }

        private CustomTestAction(JavaTestTask testTask, String name) {
            super(name);

            this.context = Lookups.singleton(new TestTaskName(testTask.getName()));
            this.displayName = name;
        }
View Full Code Here

TOP

Related Classes of org.netbeans.gradle.project.java.test.TestTaskName

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.