removed commented code
This commit is contained in:
parent
0855c56fa7
commit
ed603109cc
1 changed files with 1 additions and 3 deletions
|
|
@ -14,13 +14,11 @@ public class Player {
|
|||
public void playback(Map<String, List<MethodCallResults>> recordedResults) {
|
||||
for (Entry<String, List<MethodCallResults>> entry: recordedResults.entrySet()) {
|
||||
getInputs(entry.getValue());
|
||||
// new Executor(testinstance,getMethod(entry.getKey()))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void getInputs(List<MethodCallResults> value) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue