Skip to content

Commit

Permalink
[NETBEANS-4528] Setting classname for GradleTestcase
Browse files Browse the repository at this point in the history
  • Loading branch information
lkishalmi committed Jul 7, 2020
1 parent 802e926 commit efd543a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit efd543a

Please sign in to comment.