Examples of TestTaskName


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
Copyright © 2018 www.massapi.com. 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.