-
Exception details:
java.lang.VerifyError: Expecting a stackmap frame at branch target 38
Exception Details:
Location:
org/easymock/EasyMockSupport.replayAll()V @16: ifeq
Reason:
Expe…
-
I'm seeing the following error when trying to install a JAR with jip:
```
...
jip [Skipped] Pom file not found at http://repo1.maven.org/maven2/junit/junit-dep/[4.9,)/junit-dep-[4.9,).pom
jip [E…
-
```
Hi guys,
I m facing some issues whereby I unable to import JUnit4.class into my testing script. It becomes red colors.
testCompile('junit:junit:4.12') {
exclude module: "hamcrest-cor…
-
```
Copy of test xml rules, place in an appropriate src/test/java/resources
directory:
…
-
Creating this issue to track ongoing driver CI problems. Fixing all of them is likely more than a single PR of work. I'll keep adding as I encounter more.
### 3.x issues
#### "Unit Tests" job is b…
-
Vulnerable Library - junit-4.8.2.jar
JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java.
Library home page: http://junit.org
Path to dependency fi…
-
```
What steps will reproduce the problem?
1.Create test
@RunWith(AndroidJUnit4.class)
public class SetupAccountWizardTest {
@Rule
public IntentsTestRule testCase = new IntentsTestRule(AccountWiza…
-
```
What steps will reproduce the problem?
1.Create test
@RunWith(AndroidJUnit4.class)
public class SetupAccountWizardTest {
@Rule
public IntentsTestRule testCase = new IntentsTestRule(AccountWiza…
-
```
What steps will reproduce the problem?
1.Create test
@RunWith(AndroidJUnit4.class)
public class SetupAccountWizardTest {
@Rule
public IntentsTestRule testCase = new IntentsTestRule(AccountWiza…
-
In regards to step 5 and 6:
When running an instrumentation test, an error was raised:
`java.lang.RuntimeException: Unable to resolve activity for: Intent { act=android.intent.action.MAIN cat=[andro…