(int a, int b)
| 12 | // invoke tests |
| 13 | public boolean login(String email, String password) throws RemoteException; |
| 14 | public int add(int a, int b) throws RemoteException; |
| 15 | public int addList(int[] a) throws RemoteException; |
| 16 | |
| 17 | // Single param type tests |
no outgoing calls
no test coverage detected