Rensselaer Center for Open Source Software

Added stubbed BlueMesh class for emulator testing

2 files changed, 15 lines added, 0 lines removed

Changes

--- WebViewTest/src/webView/test/BlueMeshServiceStub.java 26b3ec4d7908b3a6352a5a36755f3689b107d6b9
+++ WebViewTest/src/webView/test/BlueMeshServiceStub.java 56c16b4ade9921168b1bd3d9a824e6524cd52a81
@@ -1,0 +1,15 @@
+package webView.test;
+
+import android.content.Context;
+
+public class BlueMeshServiceStub{
+
+  public BlueMeshServiceStub(Context a_context) {
+    
+  }
+  
+  public byte[] pull(){
+    return "Pulled from BlueMesh".getBytes();  
+  }
+
+}
BlueMesh • 60 weeks ago