Skip to content
Snippets Groups Projects
Commit efd543aa authored by Laszlo Kishalmi's avatar Laszlo Kishalmi
Browse files

[NETBEANS-4528] Setting classname for GradleTestcase

parent 802e9264
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ public class GradleTestcase extends JUnitTestcase {
public GradleTestcase(JvmTestOperationDescriptor op, TestSession session) {
super(op.getMethodName(), "TEST/JUNIT", session); //NOI18N
this.operation = op;
setClassName(op.getClassName());
}
public JvmTestOperationDescriptor getOperation() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment