Skip to content

Commit 8196cfa

Browse files
committed
Add @test annotations that were missed
1 parent f704580 commit 8196cfa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ public void testOnSystemCapabilityUpdated(){
868868
}
869869

870870

871+
@Test
871872
public void testOnSystemCapabilityUpdatedOverwrite(){
872873
InternalSDLInterface iSDL = new InternalSDLInterface();
873874
SystemCapabilityManager systemCapabilityManager = createSampleManager(iSDL);

android/sdl_android/src/androidTest/java/com/smartdevicelink/transport/MultiplexTransportTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public void testThreadRecoverability(){
9797
}
9898

9999
// test for setting error state.
100+
@Test
100101
public void testSetState() {
101102
final Bundle bundle = new Bundle();
102103
MultiplexBluetoothTransport btTransport = new MultiplexBluetoothTransport(new Handler(Looper.getMainLooper()) {

0 commit comments

Comments
 (0)