Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal committed Oct 18, 2023
1 parent 2205f52 commit 19d7c57
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.paypal.messages.io

import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.platform.app.InstrumentationRegistry
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test
import org.junit.platform.runner.JUnitPlatform
import org.junit.runner.RunWith

@RunWith(JUnitPlatform::class)
@RunWith(AndroidJUnit4::class)
class LocalStorageTest {
@Test
fun testLocalStorage() {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.paypal.messages.totest

import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.jupiter.api.Test
import org.junit.platform.runner.JUnitPlatform
import org.junit.runner.RunWith

@RunWith(JUnitPlatform::class)
@RunWith(AndroidJUnit4::class)
class ApiTest {
@Test
fun testSomething() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.paypal.messages.totest

import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.jupiter.api.Test
import org.junit.platform.runner.JUnitPlatform
import org.junit.runner.RunWith

@RunWith(JUnitPlatform::class)
@RunWith(AndroidJUnit4::class)
class LoggerTest {
@Test
fun testSomething() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.paypal.messages.totest

import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.jupiter.api.Test
import org.junit.platform.runner.JUnitPlatform
import org.junit.runner.RunWith

@RunWith(JUnitPlatform::class)
@RunWith(AndroidJUnit4::class)
class ModalFragmentTest {
@Test
fun testSomething() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.paypal.messages.totest

import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.jupiter.api.Test
import org.junit.platform.runner.JUnitPlatform
import org.junit.runner.RunWith

@RunWith(JUnitPlatform::class)
@RunWith(AndroidJUnit4::class)
class PayPalMessageViewTest {
@Test
fun testSomething() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.paypal.messages.totest

import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.jupiter.api.Test
import org.junit.platform.runner.JUnitPlatform
import org.junit.runner.RunWith

@RunWith(JUnitPlatform::class)
@RunWith(AndroidJUnit4::class)
class RoundedWebViewTest {
@Test
fun testSomething() {
Expand Down

0 comments on commit 19d7c57

Please sign in to comment.