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