Is there anyway to run just one test without doing...
# kontributors
m
Is there anyway to run just one test without doing changes to the project? I tried to run standalone tests and receive a exception
Copy code
Error:Internal error: (java.lang.NoSuchMethodError) com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
java.lang.NoSuchMethodError
y
how exactly are you running the test?
m
When I run the entire suite, I use the gradle task test from the gradle module and it runs without a problem. The times I tried to run just one test, I tried clicking on the run icon on the left of the test declaration on the editor and they gave me this exception.