removed commented code
This commit is contained in:
parent
0eb445e4ff
commit
f48b697777
1 changed files with 0 additions and 9 deletions
|
|
@ -19,15 +19,6 @@ public class AutoTester {
|
|||
return results;
|
||||
}
|
||||
|
||||
// public void assertUnchangedBehaviour(Object instance) {
|
||||
// Map<String, MethodCallResults> recordedResults =
|
||||
// load(getClassname(instance));
|
||||
// for (Entry<String, MethodCallResults> entry : recordedResults.entrySet())
|
||||
// {
|
||||
//
|
||||
// }
|
||||
// }
|
||||
|
||||
private Map<String, MethodCallResults> load(String classname) {
|
||||
try {
|
||||
ObjectInputStream objectInputStream = new ObjectInputStream(new FileInputStream(classname + ".dat"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue