Hi
I have configured testng
and run following code
package com.example.admin.myapplication2;
import org.testng.annotations.Test;
public class Testng {
@Test()
public void testEmailGenerator() {
System.out.println("hello");
}
}
but while executing code graddle build keep running for infinite and showing this…
Information:Gradle: Executing tasks: [:app:assembleDebug, :app:assembleDebugUnitTest]