Skip to content

Commit

Permalink
mobile: Rename tests to make them unique (envoyproxy#32825)
Browse files Browse the repository at this point in the history
Signed-off-by: Fredy Wijaya <fredyw@google.com>
  • Loading branch information
fredyw committed Mar 12, 2024
1 parent 85b0f29 commit 70ff9a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner
// │ │
// └──────────────────┘
@RunWith(RobolectricTestRunner::class)
class PerformHTTPRequestUsingProxy {
class ProxyInfoIntentPerformHTTPRequestUsingProxyTest {
init {
JniLibrary.loadTestLibrary()
JniLibrary.load()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner
// │ │
// └──────────────────┘
@RunWith(RobolectricTestRunner::class)
class PerformHTTPSRequestBadHostname {
class ProxyInfoIntentPerformHTTPSRequestBadHostnameTest {
init {
JniLibrary.loadTestLibrary()
JniLibrary.load()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner
// │ │
// └──────────────────┘
@RunWith(RobolectricTestRunner::class)
class PerformHTTPSRequestUsingAsyncProxyTest {
class ProxyInfoIntentPerformHTTPSRequestUsingAsyncProxyTest {
init {
JniLibrary.loadTestLibrary()
JniLibrary.load()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner
// │ │
// └──────────────────┘
@RunWith(RobolectricTestRunner::class)
class PerformHTTPSRequestUsingProxy {
class ProxyInfoIntentPerformHTTPSRequestUsingProxyTest {
init {
JniLibrary.loadTestLibrary()
JniLibrary.load()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.robolectric.RobolectricTestRunner
// │ │
// └──────────────────┘
@RunWith(RobolectricTestRunner::class)
class PerformHTTPRequestUsingProxy {
class ProxyPollPerformHTTPRequestUsingProxyTest {
init {
AndroidJniLibrary.loadTestLibrary()
JniLibrary.loadTestLibrary()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.robolectric.RobolectricTestRunner
// │ │
// └─────────────────────────────────────┘
@RunWith(RobolectricTestRunner::class)
class PerformHTTPRequestUsingProxy {
class ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest {
init {
JniLibrary.loadTestLibrary()
JniLibrary.load()
Expand Down

0 comments on commit 70ff9a7

Please sign in to comment.